XpsMatrix.TransformPoints
TransformPoints(PointF[], int, int)
Applies the affine transformation represented by this Matrix to a specified part of array of points.
public void TransformPoints(PointF[] points, int startIndex, int numberOfPoints)
Parameter | Type | Description |
---|---|---|
points | PointF[] | The points. |
startIndex | Int32 | The start index. |
numberOfPoints | Int32 | The number of points. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
TransformPoints(PointF[])
Applies the affine transformation represented by this Matrix to a specified array of points.
public void TransformPoints(PointF[] points)
Parameter | Type | Description |
---|---|---|
points | PointF[] | The points. |
See Also
- class XpsMatrix
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page