Aspose::Page::EPS::PsDocument::DrawRect 方法
PsDocument::DrawRect method
绘制矩形。
void Aspose::Page::EPS::PsDocument::DrawRect(double x, double y, double width, double height)
| Parameter | Type | 描述 |
|---|---|---|
| x | double | 矩形左上角的 X 坐标。 |
| y | double | 矩形左上角的 Y 坐标。 |
| width | double | 矩形的宽度。 |
| height | double | 矩形的高度。 |
另见
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++