Gets/sets pen width.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property Width As Single
public float Width { get; set; }
The width is measured in the same units as the GdiGraphics it is used at. Also, it uses the resolution of this GdiGraphics.
Due GDI limitation you can use other dash style than Solid only when pen width is 1.
Default value is 1.