ImageGear v26.3 - Updated November 9, 2022
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

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