VintaSoft Imaging .NET SDK 15.1: 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also