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




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

Field Value

Double.
Remarks
This property specifies the maximum 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 3 mm.

See Also