Graphics.TransformPoints
Contents
[
Hide
]TransformPoints(CoordinateSpace, CoordinateSpace, PointF[])
Transforms an array of points from one coordinate space to another using the current world and page transformations of this Graphics.
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, PointF[] pts)
| Parameter | Type | Description | 
|---|---|---|
| destSpace | CoordinateSpace | Member of the CoordinateSpace enumeration that specifies the destination coordinate space. | 
| srcSpace | CoordinateSpace | Member of the CoordinateSpace enumeration that specifies the source coordinate space. | 
| pts | PointF[] | Array of PointF structures that represent the points to transform. | 
See Also
- enum CoordinateSpace
 - struct PointF
 - class Graphics
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common
 
TransformPoints(CoordinateSpace, CoordinateSpace, Point[])
Transforms an array of points from one coordinate space to another using the current world and page transformations of this Graphics.
public void TransformPoints(CoordinateSpace destSpace, CoordinateSpace srcSpace, Point[] pts)
| Parameter | Type | Description | 
|---|---|---|
| destSpace | CoordinateSpace | Member of the CoordinateSpace enumeration that specifies the destination coordinate space. | 
| srcSpace | CoordinateSpace | Member of the CoordinateSpace enumeration that specifies the source coordinate space. | 
| pts | Point[] | Array of Point structures that represent the points to transform. | 
See Also
- enum CoordinateSpace
 - struct Point
 - class Graphics
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common