Gets or sets the minimum area (measured in image pixels) that can be zoomed.
Syntax
'Declaration
Public Property MinimumArea As Integer
'Usage
Dim instance As ImGearRectangleZoomSettings
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.
See Also