Matrix Methods |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Creates an exact copy of this Matrix. | |
| Equals | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| Invert | Inverts this Matrix, if it is invertible. | |
| Multiply(Matrix) | Multiplies this Matrix by the matrix specified in the matrix parameter, by prepending the specified Matrix. | |
| Multiply(Matrix, MatrixOrder) | Multiplies this Matrix by the matrix specified in the matrix parameter, and in the order specified in the order parameter. | |
| Reset | Resets this Matrix to have the elements of the identity matrix. | |
| Scale | Applies the specified scale vector (sx and sy) to this Matrix using the specified order. | |
| TransformPoint | Transforms the specified PointF | |
| TransformRectangle | Transforms the specified RectangleF | |
| TransformSize | Transforms the specified size | |
| Translate | Applies the specified translation vector to this Matrix in the specified order. |