Aspose::Page::EPS::PsDocument::FillRoundRect method
Contents
[
Hide
]PsDocument::FillRoundRect method
Fills a round rectangle.
void Aspose::Page::EPS::PsDocument::FillRoundRect(double x, double y, double width, double height, double arcWidth, double arcHeight)
Parameter | Type | Description |
---|---|---|
x | double | X coordinate of upper left corner of the rectangle. |
y | double | Y coordinate of upper left corner of the rectangle. |
width | double | A width of the rectangle. |
height | double | A height of the rectangle. |
arcWidth | double | A width of circumscribed rectangle of the arc that rounds an angle of the rectangle. |
arcHeight | double | A height of circumscribed rectangle of the arc that rounds an angle of the rectangle. |
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++