ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.ImageClean Namespace / ImGearICLineOptions Class / MinLength Field




In This Topic
    MinLength Field
    In This Topic
    Minimum length of line segment.
    Syntax
    'Declaration
     
    Public MinLength As Double
    'Usage
     
    Dim instance As ImGearICLineOptions
    Dim value As Double
     
    value = instance.MinLength
     
    instance.MinLength = value
    public double MinLength
    public: double MinLength
    public:
    double MinLength

    Field Value

    Double.
    Remarks
    This property specifies the minimum length of a line segment. All lines that do not exceed this value are ignored. The unit of measure is set by the Unit property.

    The default valuestrong> is 10strong> mm.

    See Also