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