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




In This Topic
MinDiameter Field (ImGearICDotLineOptions)
In This Topic
Minimum size of dot in a line, size considered as diameter of respective circle.
Syntax
'Declaration
 
Public MinDiameter As Double
 
'Usage
 
Dim instance As ImGearICDotLineOptions
Dim value As Double
 
value = instance.MinDiameter
 
instance.MinDiameter = value

Field Value

Double.
Remarks
This property specifies the minimum size of dot in line. Size is considered as diameter of respective circle. Unit of measure is set by the Unit property.

The default value is 1 mm.

See Also