Pen.Explicit Operator

Converts the specified Aurigma.GraphicsMill.Drawing.Pen instance to a System.Drawing.Pen.

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

Syntax

C#
public static explicit operator Pen (
	Pen pen
)

Return Value

The System.Drawing.Pen to which this operator converts.

See Also

Reference