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