Aspose::Page::EPS::PsDocument::DrawPolyline メソッド

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

ポリラインを描画します。

void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
パラメーター説明
xPointsSystem::ArrayPtr<double>点の X 座標。
yPointsSystem::ArrayPtr<double>点の Y 座標。
nPointsint32_tポイントの数。

参照

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

ポリラインを描画します。

void Aspose::Page::EPS::PsDocument::DrawPolyline(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
パラメーター説明
xPointsSystem::ArrayPtr<int32_t>点の X 座標。
yPointsSystem::ArrayPtr<int32_t>点の Y 座標。
nPointsint32_tポイントの数。

参照