Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints-Methode
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Wendet die durch diese Matrix dargestellte affine Transformation auf ein angegebenes Punktarray an.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parameter | Typ | Beschreibung |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Die Punkte. |
Siehe auch
- 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
Wendet die durch diese Matrix dargestellte affine Transformation auf einen angegebenen Teil eines Punktarrays an.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parameter | Typ | Beschreibung |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Die Punkte. |
| startIndex | int32_t | Der Startindex. |
| numberOfPoints | int32_t | Die Anzahl der Punkte. |
Siehe auch
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++