Aspose::Page::EPS::PsDocument::DrawPolygon method
PsDocument::DrawPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Zeichnet ein Poligone.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
| Parameter | Typ | Beschreibung |
|---|---|---|
| xPoints | System::ArrayPtr<double> | X‑Koordinaten der Punkte. |
| yPoints | System::ArrayPtr<double> | Y‑Koordinate der Punkte. |
| nPoints | int32_t | Die Anzahl der Punkte. |
Siehe auch
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::DrawPolygon(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method
Zeichnet ein Polygon.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
| Parameter | Typ | Beschreibung |
|---|---|---|
| xPoints | System::ArrayPtr<int32_t> | X‑Koordinaten der Punkte. |
| yPoints | System::ArrayPtr<int32_t> | Y‑Koordinate der Punkte. |
| nPoints | int32_t | Die Anzahl der Punkte. |
Siehe auch
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++