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)
| Parameter | Type | 描述 |
|---|---|---|
| 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::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)
| Parameter | Type | 描述 |
|---|---|---|
| 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++