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

Pen.Clone Method

Creates a full copy of this Pen 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

Pen object containing full copy of the current object.

Implements

ICloneable.Clone()

See Also

Reference