'Declaration <CategoryAttribute("VintaSoft, Annotation")> <DesignerSerializationVisibilityAttribute(Visible)> <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built/transformed.")> Public Property AnnotationBoundingRect As System.Drawing.Rectangle
[Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] public System.Drawing.Rectangle AnnotationBoundingRect { get; set; }
[Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] public: __property System.Drawing.Rectangle* get_AnnotationBoundingRect(); public: __property void set_AnnotationBoundingRect(
System.Drawing.Rectangle* value
);
[Category("VintaSoft, Annotation")] [DesignerSerializationVisibility(Visible)] [Description("Rectangle that restricts the area of image where annotation can be built/transformed.")] public:
property System.Drawing.Rectangle^ AnnotationBoundingRect { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }
Property Value
System.Drawing.Rectangle.Empty means that annotation can be built/transformed only within the image.