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

Transform Members

The Transform type exposes the following members.

Constructors

Name Description
Public method Transform Overloaded.

Creates and initializes an instance of the Transform class.

Methods

Name Description
Public method Static member AreEqualValues

Determines whether the specified Transform instances are equal.

Public method Clone

Creates a full copy of this Transform.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString

Returns a string that represents this Transform.

(Overrides Object.ToString().)

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