ImageGear .NET v24.12 - Updated
MinimumArea Property (ImGearSelectSettings)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearSelectSettings Class : MinimumArea Property
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

Reference

ImGearSelectSettings Class
ImGearSelectSettings Members