Aspose::Page::EPS::PsDocument::DrawPolygon method
PsDocument::DrawPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Menggambar sebuah poligone.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| xPoints | System::ArrayPtr\<double\> | Koordinat X dari titik. |
| yPoints | System::ArrayPtr\<double\> | Koordinat Y dari titik. |
| nPoints | int32_t | Jumlah titik. |
Lihat Juga
- 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
Menggambar sebuah poligon.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| xPoints | System::ArrayPtr<int32_t> | Koordinat X dari titik. |
| yPoints | System::ArrayPtr<int32_t> | Koordinat Y dari titik. |
| nPoints | int32_t | Jumlah titik. |
Lihat Juga
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++