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

Font.Implicit Operator

Casts Aurigma.GraphicsMill.Drawing.Font class instance to System.Drawing.Font.

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

Syntax

Visual Basic
Public Shared Widening Operator CType ( _
	font As Font _
) As Font
C#
public static implicit operator Font (
	Font font
)

Parameters

font

Type: Aurigma.GraphicsMill.Drawing.Font

Aurigma.GraphicsMill.Drawing.Font value which is being casted.

Return Value

Font casted to System.Drawing.Font.

See Also

Reference