[]
Applies a geometric transform represented by the Matrix3x2 to the provided points.
public static void TransformPoints(this Matrix3x2 matrix, PointF[] points)
Type | Name | Description |
---|---|---|
Matrix3x2 | matrix | Transformation matrix. |
PointF[] | points | An array of points to transform. |
Applies a geometric transform represented by the Matrix3x2 to the provided points.
public static void TransformPoints(this Matrix3x2 matrix, Vector2[] points)
Type | Name | Description |
---|---|---|
Matrix3x2 | matrix | Transformation matrix. |
Vector2[] | points | An array of points to transform. |