Matrix3D Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Matrix3D type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Matrix3D) | Tests equality between two matrices. |
|
Equals(Object) | Tests equality between two matrices. (Overrides ValueType.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this matrix. (Overrides ValueType.GetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Invert | Inverts this Matrix3D structure. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Creates a string representation of this Matrix3D. (Overrides ValueType.ToString.) |
|
ToString(IFormatProvider) | Creates a string representation of this Matrix3D. |
| Name | Description | |
|---|---|---|
|
IFormattable.ToString | Infrastructure. Formats the value of the current instance using the specified format. |
Show: