ImageGear .NET - Updated July 5, 2018
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

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