Transform.clone Method

Creates a full copy of this transform.

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

Syntax

Java Script
function clone();

Return Value

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

Remarks

This method corresponds to Transform.Clone() server-side member.

See Also

Reference