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

Pen.IsEmpty Property

Indicates if the pen is empty.

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

Syntax

Visual Basic
Public ReadOnly Property IsEmpty As Boolean
C#
public bool IsEmpty { get; }

Property Value

Values specifying if the pen is empty.

Remarks

Empty pens do not outline anything.

See Also

Reference