ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICPunchHoleOptions Class / MinAspect Field




In This Topic
MinAspect Field
In This Topic
Minimum width/height ratio of object dimensions.
Syntax
'Declaration
 
Public MinAspect As Double
 
'Usage
 
Dim instance As ImGearICPunchHoleOptions
Dim value As Double
 
value = instance.MinAspect
 
instance.MinAspect = value

Field Value

Double.
Remarks
This property specifies the minimum width/height ratio of object dimensions. Can be used to detect non-round holes.

The default value is 0.95.

See Also