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

Font.Clone Method

Creates a full copy of this Font object.

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

Syntax

Visual Basic
Public Overridable Function Clone As Object
C#
public virtual Object Clone()

Return Value

Font object containing full copy of the current object.

Implements

ICloneable.Clone()

See Also

Reference