Piccolo.NET

PMatrix.TransformPoints Method 

Applies the geometric transform represented by this PMatrix object to all of the points in the given array. PMatrix.

public virtual void TransformPoints(
   PointF[] pts
);

Parameters

pts
The array of points to transform.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace