AnnotationBoundingRect Property (WpfAnnotationViewer)
Gets or sets a
System.Windows.Rect, in image space, in device-independent pixels (1/96th inch), that restricts the area of image where annotation can be built/transformed.
'Declaration
<CategoryAttribute("VintaSoft, Annotation")>
<DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built/transformed.")>
Public Property AnnotationBoundingRect As Rect
[Category("VintaSoft, Annotation")]
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
public Rect AnnotationBoundingRect {get; set;}
[Category("VintaSoft, Annotation")]
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
public: __property Rect get_AnnotationBoundingRect();
public: __property void set_AnnotationBoundingRect(
Rect value
);
[Category("VintaSoft, Annotation")]
[Description("Rectangle that restricts the area of image where annotation can be built/transformed.")]
public:
property Rect AnnotationBoundingRect {
Rect get();
void set ( Rect value);
}
Property Value
System.Windows.Rect.Empty means that annotation can be built/transformed only within the image.
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003