Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints method
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Applique la transformation affine représentée par cette Matrice à un tableau de points spécifié.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Paramètre | Type | Description |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Les points. |
Voir aussi
- 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
Applique la transformation affine représentée par cette Matrice à une partie spécifiée d’un tableau de points.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Paramètre | Type | Description |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | Les points. |
| startIndex | int32_t | L’index de départ. |
| numberOfPoints | int32_t | Le nombre de points. |
Voir aussi
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++