[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.MatrixEx.TransformPoints

TransformPoints Method

TransformPoints(Matrix3x2, PointF[])

Applies a geometric transform represented by the Matrix3x2 to the provided points.

Declaration
public static void TransformPoints(this Matrix3x2 matrix, PointF[] points)
Parameters
Type Name Description
Matrix3x2 matrix

Transformation matrix.

PointF[] points

An array of points to transform.

TransformPoints(Matrix3x2, Vector2[])

Applies a geometric transform represented by the Matrix3x2 to the provided points.

Declaration
public static void TransformPoints(this Matrix3x2 matrix, Vector2[] points)
Parameters
Type Name Description
Matrix3x2 matrix

Transformation matrix.

Vector2[] points

An array of points to transform.