XpsMatrix.TransformPoints
TransformPoints(PointF[], int, int)
将此矩阵表示的仿射变换应用于点数组的指定部分。
public void TransformPoints(PointF[] points, int startIndex, int numberOfPoints)
范围 | 类型 | 描述 |
---|---|---|
points | PointF[] | 要点。 |
startIndex | Int32 | 起始索引。 |
numberOfPoints | Int32 | 点数。 |
也可以看看
- class XpsMatrix
- 命名空间 Aspose.Page.XPS.XpsModel
- 部件 Aspose.Page
TransformPoints(PointF[])
将此矩阵表示的仿射变换应用于指定的点数组。
public void TransformPoints(PointF[] points)
范围 | 类型 | 描述 |
---|---|---|
points | PointF[] | 要点。 |
也可以看看
- class XpsMatrix
- 命名空间 Aspose.Page.XPS.XpsModel
- 部件 Aspose.Page