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