Graphics::TransformPoints Method

 

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

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodTransformPoints(CoordinateSpace, CoordinateSpace, array<Point>^)

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

System_CAPS_pubmethodTransformPoints(CoordinateSpace, CoordinateSpace, array<PointF>^)

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

Return to top
Show: