Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints method
inhoud
[
verbergen
]XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Past de affine transformatie die door deze Matrix wordt gerepresenteerd toe op een opgegeven array van punten.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | De punten. |
Zie ook
- 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
Past de affine transformatie die door deze Matrix wordt gerepresenteerd toe op een opgegeven deel van een array van punten.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Type | Beschrijving |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | De punten. |
| startIndex | int32_t | De startindex. |
| numberOfPoints | int32_t | Het aantal punten. |
Zie ook
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++