Aspose::Page::EPS::PsDocument::DrawLine method
PsDocument::DrawLine method
線分を描画します。
void Aspose::Page::EPS::PsDocument::DrawLine(double x1, double y1, double x2, double y2)
| パラメーター | 型 | 説明 |
|---|---|---|
| x1 | double | セグメント開始点の X 座標です。 |
| y1 | double | セグメント開始点の Y 座標です。 |
| x2 | double | セグメント終了点の X 座標です。 |
| y2 | double | セグメント終了点の Y 座標です。 |
参照
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++