'Declaration <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built/transformed.")> <CategoryAttribute("VintaSoft, Annotation")> <DesignerSerializationVisibilityAttribute(Visible)> Public Property AnnotationBoundingRect As System.Drawing.Rectangle
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] [Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] public System.Drawing.Rectangle AnnotationBoundingRect { get; set; }
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] [Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] public: __property System.Drawing.Rectangle* get_AnnotationBoundingRect(); public: __property void set_AnnotationBoundingRect(
System.Drawing.Rectangle* value
);
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] [Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] public:
property System.Drawing.Rectangle^ AnnotationBoundingRect { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }
Property Value
System.Drawing.Rectangle.Empty означает, что аннотация может быть построена/преобразована только в пределах изображения.