IMatrix.TransformPoints

IMatrix.TransformPoints method

Transforms an array of points using this matrix.

public void TransformPoints(PointF[] points)
ParameterTypeDescription
pointsPointF[]The array of points to transform.

See Also