TransformPoints

Matrix.TransformPoints method

Applies the geometric transform represented by this Matrix to a specified array of points.

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

See Also