Pen.Implicit Operator

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

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

Syntax

C#
public static implicit operator Pen (
	Pen pen
)

Parameters

pen

Type: System.Drawing.Pen

The System.Drawing.Pen to convert.

Return Value

The Aurigma.GraphicsMill.Drawing.Pen to which this operator converts.

See Also

Reference