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

Transform.Clone Method

Creates a full copy of this Transform.

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

Syntax

Visual Basic
Public Function Clone As Transform
C#
public Transform Clone()

Return Value

The Transform which contains a full copy of the current transform.

See Also

Reference