VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfAnnotationVisualTool Class / AnnotationBoundingRect Property
Syntax Remarks Requirements SeeAlso
In This Topic
    AnnotationBoundingRect Property (WpfAnnotationVisualTool)
    In This Topic
    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.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Rectangle that restricts the area of image where annotation can be built.")>
    Public Property AnnotationBoundingRect As System.Windows.Rect
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built.")]
    public System.Windows.Rect AnnotationBoundingRect { get; set; }
    
    
    [Description("Rectangle that restricts the area of image where annotation can be built.")]
    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.")]
    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 only within the image.
    Remarks

    This property has effect only for rectangular and derived annotations.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also