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




In This Topic
    MinimumArea Property (ImGearSelectSettings)
    In This Topic
    Gets or sets the minimum area (measured in image pixels) that can be selected.
    Syntax
    'Declaration
     
    Public Property MinimumArea As Integer
    'Usage
     
    Dim instance As ImGearSelectSettings
    Dim value As Integer
     
    instance.MinimumArea = value
     
    value = instance.MinimumArea
    public int MinimumArea {get; set;}
    public: __property int get_MinimumArea();
    public: __property void set_MinimumArea( 
       int value
    );
    public:
    property int MinimumArea {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    If set to 0, there is no limit on the area. The default value is 0.
    See Also