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

Transform Class

This client-side class corresponds to the Transform server-side class and gives an opportunity to obtain access to its primary members in JavaScript.

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

Syntax

Java Script
Aurigma.GraphicsMill.AjaxControls.VectorObjects.Transform = function();

Type.createClass(
	'Aurigma.GraphicsMill.AjaxControls.VectorObjects.Transform',
	Sys.Component);

Remarks

This class exposes properties which configure v-object transformation.

Inheritance Hierarchy

Sys.Component
L Aurigma.GraphicsMill.AjaxControls.VectorObjects.Transform

See Also

Reference