Aspose::Page::EPS::PsDocument::FillPolygon Methode
PsDocument::FillPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Füllt ein Poligone.
void Aspose::Page::EPS::PsDocument::FillPolygon(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::FillPolygon(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method
Füllt ein Poligone.
void Aspose::Page::EPS::PsDocument::FillPolygon(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++