Piccolo.NET

PMatrix.TransformVectors Method 

Applies only the scale and rotate components of this PMatrix object to all of the points in the given array.

public virtual void TransformVectors(
   PointF[] pts
);

Parameters

pts
The array of points to transform.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace