Matrix.TransformPoints
TransformPoints(PointF[])
Applies the geometric transform represented by this Matrix to a specified array of points.
public void TransformPoints(PointF[] pts)
Parameter | Type | Description |
---|---|---|
pts | PointF[] | An array of PointF structures that represents the points to transform. |
See Also
- struct PointF
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
TransformPoints(Point[])
Applies the geometric transform represented by this Matrix to a specified array of points.
public void TransformPoints(Point[] pts)
Parameter | Type | Description |
---|---|---|
pts | Point[] | An array of Point structures that represents the points to transform. |
See Also
- struct Point
- class Matrix
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing