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




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearRectangleZoomSettings Class : MinimumArea Property
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.
Remarks
If set to 0, there is no limit on the area. The default value is 0.
See Also

Reference

ImGearRectangleZoomSettings Class
ImGearRectangleZoomSettings Members