Matrix.TransformPoints

TransformPoints(PointF[])

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

public void TransformPoints(PointF[] pts)
ParameterTypeDescription
ptsPointF[]An array of PointF structures that represents the points to transform.

See Also


TransformPoints(Point[])

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

public void TransformPoints(Point[] pts)
ParameterTypeDescription
ptsPoint[]An array of Point structures that represents the points to transform.

See Also