ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearSelectSettings Class / SelectionRectangle Property




In This Topic
    SelectionRectangle Property
    In This Topic
    Gets or sets the rectangle (in image coordinates) that is displayed during selection.
    Syntax
    'Declaration
     
    Public Property SelectionRectangle As ImGearRectangle
    'Usage
     
    Dim instance As ImGearSelectSettings
    Dim value As ImGearRectangle
     
    instance.SelectionRectangle = value
     
    value = instance.SelectionRectangle
    public ImGearRectangle SelectionRectangle {get; set;}
    public: __property ImGearRectangle get_SelectionRectangle();
    public: __property void set_SelectionRectangle( 
       ImGearRectangle value
    );
    public:
    property ImGearRectangle SelectionRectangle {
       ImGearRectangle get();
       void set (    ImGearRectangle value);
    }

    Property Value

    A ImageGear.Core.ImGearRectangle object.
    See Also