[]
Class that provides static extension methods for several other classes.
public static class Extensions
| Name | Description |
|---|---|
| Multiply(Matrix, Matrix) | Multiplies the left matrix by the right matrix. |
| Multiply(Matrix, ref Matrix, out Matrix) | Multiplies the left matrix by the right matrix, returns the resulting matrix in the output parameter. |
| Transform(Matrix3x2, PointF) | Transforms the point. |
| Transform(Matrix3x2, RectangleF) | Transforms the rectangle. |
| Transform(Matrix3x2, float, float) | Transforms the point. |
| Transform(Matrix, double, double) | Transforms a point by this matrix. |