The Transform type exposes the following members.
Name | Description | |
---|---|---|
clone |
Creates a full copy of this transform. |
|
isEqual |
Determines whether the specified Transform is equal to the current Transform. |
Name | Description | |
---|---|---|
angle |
Gets or sets a rotation angle (in degrees). |
|
scaleX |
Gets or sets a scale factor in the x-direction. |
|
scaleY |
Gets or sets a scale factor in the y-direction. |
|
translateX |
Gets or sets a distance to translate along the x-axis. |
|
translateY |
Gets or sets a distance to translate along the y-axis. |
Name | Description | |
---|---|---|
transformChanged |
Raised when the transform is modified. |