This documentation is for the old version. Go to the latest Graphics Mill docs

Pen.Empty Property

Returns an empty pen (which does not outline anything).

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property Empty As Pen
C#
public static Pen Empty { get; }

Property Value

An empty pen.

See Also

Reference