VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / RectangularSelectionTool Class / Rectangle Property
Syntax Requirements SeeAlso
In This Topic
    Rectangle Property (RectangularSelectionTool)
    In This Topic
    Gets or sets a rectangle, in pixels, that defines rectangular selection on image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A rectangle, in pixels, that defines rectangular selection on image.")>
    Public Overridable Property Rectangle As System.Drawing.Rectangle
    
    
    [Description("A rectangle, in pixels, that defines rectangular selection on image.")]
    public virtual System.Drawing.Rectangle Rectangle { get; set; }
    
    
    [Description("A rectangle, in pixels, that defines rectangular selection on image.")]
    public: __property virtual System.Drawing.Rectangle* get_Rectangle();
    public: __property virtual void set_Rectangle(
    System.Drawing.Rectangle* value
    );
    [Description("A rectangle, in pixels, that defines rectangular selection on image.")]
    public:
    virtual property System.Drawing.Rectangle^ Rectangle { System.Drawing.Rectangle^ get(); void set(System.Drawing.Rectangle^ value); }

    Property Value

    Rectangle.Empty - no selection.
    Requirements

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

    See Also