Aspose::Page::EPS::PsDocument::DrawPolyline methode

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

Tekent een polylijn.

void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
ParameterTypeBeschrijving
xPointsSystem::ArrayPtr<double>X-coördinaten van punten.
yPointsSystem::ArrayPtr<double>Y-coördinaat van punten.
nPointsint32_tHet aantal punten.

Zie ook

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

Tekent een polylijn.

void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
ParameterTypeBeschrijving
xPointsSystem::ArrayPtr<int32_t>X-coördinaten van punten.
yPointsSystem::ArrayPtr<int32_t>Y-coördinaat van punten.
nPointsint32_tHet aantal punten.

Zie ook