Aspose::Page::EPS::PsDocument::DrawPolyline method

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

Draws a polyline.

void Aspose::Page::EPS::PsDocument::DrawPolyline(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::DrawPolyline(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method

Draws a polyline.

void Aspose::Page::EPS::PsDocument::DrawPolyline(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