Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints método
XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF>) method
Aplica la transformación afín representada por esta Matriz a un arreglo de puntos especificado.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points)
| Parámetro | Tipo | Descripción |
|---|---|---|
| puntos | System::ArrayPtr<System::Drawing::PointF> | Los puntos. |
Ver también
- 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
Aplica la transformación afín representada por esta Matriz a una parte especificada del arreglo de puntos.
void Aspose::Page::XPS::XpsModel::XpsMatrix::TransformPoints(System::ArrayPtr<System::Drawing::PointF> points, int32_t startIndex, int32_t numberOfPoints)
| Parámetro | Tipo | Descripción |
|---|---|---|
| puntos | System::ArrayPtr<System::Drawing::PointF> | Los puntos. |
| startIndex | int32_t | El índice inicial. |
| numberOfPoints | int32_t | El número de puntos. |
Ver también
- Typedef ArrayPtr
- Class PointF
- Class XpsMatrix
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++