WebPlanner Programmer's Guide

GdiGraphics.TransformPoints Method

See Also
 


Transforms an array of points from one coordinate space to another using the current world and page transformations of this GdiGraphics object.

 Overload List

Name Description

GdiGraphics.TransformPoints (CoordinateSpace, CoordinateSpace, Point[])

Transforms an array of points from one coordinate space to another using the current world and page transformations of this GdiGraphics object.

GdiGraphics.TransformPoints (CoordinateSpace, CoordinateSpace, PointF[])

Transforms an array of points from one coordinate space to another using the current world and page transformations of this GdiGraphics object.

 See Also