Font.Explicit Operator

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

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

Syntax

C#
public static explicit operator Font (
	Font font
)

Return Value

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

See Also

Reference