Aspose::Page::EPS::PsDocument::FillPolygon メソッド
PsDocument::FillPolygon(System::ArrayPtr<double>, System::ArrayPtr<double>, int32_t) method
ポリゴンを塗りつぶします。
void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<double> xPoints, System::ArrayPtr<double> yPoints, int32_t nPoints)
| パラメーター | 型 | 説明 |
|---|---|---|
| xPoints | System::ArrayPtr<double> | 点の X 座標。 |
| yPoints | System::ArrayPtr<double> | 点の Y 座標。 |
| nPoints | int32_t | ポイントの数。 |
参照
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::FillPolygon(System::ArrayPtr<int32_t>, System::ArrayPtr<int32_t>, int32_t) method
ポリゴンを塗りつぶします。
void Aspose::Page::EPS::PsDocument::FillPolygon(System::ArrayPtr<int32_t> xPoints, System::ArrayPtr<int32_t> yPoints, int32_t nPoints)
| パラメーター | 型 | 説明 |
|---|---|---|
| xPoints | System::ArrayPtr<int32_t> | 点の X 座標。 |
| yPoints | System::ArrayPtr<int32_t> | 点の Y 座標。 |
| nPoints | int32_t | ポイントの数。 |
参照
- Typedef ArrayPtr
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++