XpsMatrix.TransformPoints

TransformPoints(PointF[], int, int)

Applies the affine transformation represented by this Matrix to a specified part of array of points.

public void TransformPoints(PointF[] points, int startIndex, int numberOfPoints)
ParameterTypeDescription
pointsPointF[]The points.
startIndexInt32The start index.
numberOfPointsInt32The number of points.

See Also


TransformPoints(PointF[])

Applies the affine transformation represented by this Matrix to a specified array of points.

public void TransformPoints(PointF[] points)
ParameterTypeDescription
pointsPointF[]The points.

See Also