The Transform type exposes the following members.
Name | Description | |
---|---|---|
Transform | Overloaded. Creates and initializes an instance of the Transform class. |
Name | Description | |
---|---|---|
AreEqualValues |
Determines whether the specified Transform instances are equal. |
|
Clone |
Creates a full copy of this Transform. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Rotate | ||
Scale | ||
ToString |
Returns a string that represents this Transform. (Overrides Object.ToString()().) |
|
Translate |
Name | Description | |
---|---|---|
Angle |
Gets or sets a rotation angle (in degrees). |
|
IsEmpty | ||
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. |