ImageGear v26.3 - Updated
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
    public double MinAspect
    public: double MinAspect
    public:
    double MinAspect

    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