You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

Transform Members

The Transform type exposes the following members.

Methods

Name Description
Public method clone

Creates a full copy of this transform.

Public method isEqual

Determines whether the specified Transform is equal to the current Transform.

Public method move

Properties

Name Description
Public property angle

Gets or sets a rotation angle (in degrees).

Public property scaleX

Gets or sets a scale factor in the x-direction.

Public property scaleY

Gets or sets a scale factor in the y-direction.

Public property translateX

Gets or sets a distance to translate along the x-axis.

Public property translateY

Gets or sets a distance to translate along the y-axis.

Events

Name Description
Public event transformChanged

Raised when the transform is modified.

See Also

Reference