Aspose::Page::EPS::PsDocument::FillPolygon method
PsDocument::FillPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Remplit un poligone.
void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
| Paramètre | Type | Description |
|---|---|---|
| xPoints | System::ArrayPtr<double> | Coordonnées X des points. |
| yPoints | System::ArrayPtr<double> | Coordonnée Y des points. |
| nPoints | int32_t | Le nombre de points. |
Voir aussi
- 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
Remplit un poligone.
void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
| Paramètre | Type | Description |
|---|---|---|
| xPoints | System::ArrayPtr<int32_t> | Coordonnées X des points. |
| yPoints | System::ArrayPtr<int32_t> | Coordonnée Y des points. |
| nPoints | int32_t | Le nombre de points. |
Voir aussi
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++