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




In This Topic
    MaxBreak Field
    In This Topic
    Maximum distance between segments of a broken line.
    Syntax
    'Declaration
     
    Public MaxBreak As Double
    'Usage
     
    Dim instance As ImGearICLineOptions
    Dim value As Double
     
    value = instance.MaxBreak
     
    instance.MaxBreak = value
    public double MaxBreak
    public: double MaxBreak
    public:
    double MaxBreak

    Field Value

    Double.
    Remarks
    This property specifies the maximum distance between segments of a broken line. The unit of measure is set by the Unit property.

    The default value is 1 mm.

    See Also