Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints 方法
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
将此 Matrix 表示的仿射变换应用于指定的点数组。
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Type | 描述 |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | 点。 |
另见
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>, int32_t, int32_t) method
将此 Matrix 表示的仿射变换应用于点数组的指定部分。
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Type | 描述 |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | 点。 |
| startIndex | int32_t | 起始索引。 |
| numberOfPoints | int32_t | 点的数量。 |
另见
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++