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

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

ポリゴンを描画します。

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

参照

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

多角形を描画します。

void Aspose::Page::EPS::PsDocument::DrawPolygon(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ポイントの数。

参照