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

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.

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