Aspose::Page::EPS::PsDocument::DrawPolyline método
PsDocument::DrawPolyline(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Dibuja una polilínea.
void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xPoints | System::ArrayPtr<double> | Coordenadas X de los puntos. |
| yPoints | System::ArrayPtr<double> | Coordenada Y de los puntos. |
| nPoints | int32_t | El número de puntos. |
Ver también
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::DrawPolyline(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method
Dibuja una polilínea.
void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
| Parámetro | Tipo | Descripción |
|---|---|---|
| xPoints | System::ArrayPtr<int32_t> | Coordenadas X de los puntos. |
| yPoints | System::ArrayPtr<int32_t> | Coordenada Y de los puntos. |
| nPoints | int32_t | El número de puntos. |
Ver también
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++