Font Constructor (Font)

Initializes a new instance of the Font class by copying font settings from the specified System.Drawing.Font object.

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

Syntax

C#
public Font(
	Font font
)

Parameters

font

Type: System.Drawing.Font

The System.Drawing.Font from which to create the new Font.

See Also

Reference