[]
Contains extensions methods for the Matrix3x2 struct.
public static class Extensions
Transforms the quadrilateral.
public static Quadrilateral Transform(this Matrix3x2 matrix, Quadrilateral q)
matrix
Matrix3x2q
QuadrilateralTransforms the point.
public static PointF Transform(this Matrix3x2 matrix, PointF p)
Transforms the rectangle.
public static Quadrilateral Transform(this Matrix3x2 matrix, RectangleF r)
matrix
Matrix3x2r
RectangleFTransforms the point.
public static PointF Transform(this Matrix3x2 m, float x, float y)