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

CrossedEllipseControlPoint.Clone Method

Creates a new object that is a copy of the current instance.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overrides Function Clone As Object
C#
public override Object Clone()

Return Value

A new object that is a copy of this instance.

Implements

ICloneable.Clone()

See Also

Reference