Aspose::Page::EPS::PsDocument::FillPolygon method

PsDocument::FillPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method

Fills a poligone.

void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
ParameterTypeDescription
xPointsSystem::ArrayPtr<double>X coordinates of points.
yPointsSystem::ArrayPtr<double>Y coordinate of points.
nPointsint32_tThe number of points.

See Also

PsDocument::FillPolygon(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method

Fills a poligone.

void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
ParameterTypeDescription
xPointsSystem::ArrayPtr<int32_t>X coordinates of points.
yPointsSystem::ArrayPtr<int32_t>Y coordinate of points.
nPointsint32_tThe number of points.

See Also