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