Font.Implicit Operator

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

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

Syntax

C#
public static implicit operator Font (
	Font font
)

Parameters

font

Type: System.Drawing.Font

The System.Drawing.Font to convert.

Return Value

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

See Also

Reference