Aspose::Page::EPS::PsDocument::DrawPolygon method
PsDocument::DrawPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
Draws a poligone.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | System::ArrayPtr<double> | X coordinates of points. |
yPoints | System::ArrayPtr<double> | Y coordinate of points. |
nPoints | int32_t | The number of points. |
See Also
- 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
Draws a polygon.
void Aspose::Page::EPS::PsDocument::DrawPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
Parameter | Type | Description |
---|---|---|
xPoints | System::ArrayPtr<int32_t> | X coordinates of points. |
yPoints | System::ArrayPtr<int32_t> | Y coordinate of points. |
nPoints | int32_t | The number of points. |
See Also
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++