Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints metodo
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Applica la trasformazione affine rappresentata da questa Matrix a un array di punti specificato.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parametro | Tipo | Descrizione |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | I punti. |
Vedi anche
- 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
Applica la trasformazione affine rappresentata da questa Matrix a una parte specificata di un array di punti.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parametro | Tipo | Descrizione |
|---|---|---|
| points | System::ArrayPtr<System::Drawing::PointF> | I punti. |
| startIndex | int32_t | L’indice di inizio. |
| numberOfPoints | int32_t | Il numero di punti. |
Vedi anche
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++