Matrix.TransformPoints

Matrix.TransformPoints method

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