VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingEngine Class / MinPenWidth Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    MinPenWidth Property (DrawingEngine)
    In This Topic
    Gets or sets the minimum width of pen, measured in device pixels.
    Syntax
    'Declaration
    
    Public Property MinPenWidth As Single
    
    
    public float MinPenWidth { get; set; }
    
    
    public: __property float get_MinPenWidth();
    public: __property void set_MinPenWidth(
    float value
    );
    public:
    property float MinPenWidth { float get(); void set(float value); }

    Property Value

    Minimum value is 0, maximum value is 65536. Default value is 1 device pixel.
    Exceptions
    ExceptionDescription
    Thrown if new value is less than 0 or greater than 65536.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also