Aspose::Page::EPS::PsDocument::DrawArc method
PsDocument::DrawArc method
Draws an arc.
void Aspose::Page::EPS::PsDocument::DrawArc(double x, double y, double width, double height, double startAngle, double arcAngle)
Parameter | Type | Description |
---|---|---|
x | double | X coordinate of center of the arc. |
y | double | Y coordinate of center of the arc. |
width | double | A width of circumscribed rectangle. |
height | double | A height of circumscribed rectangle. |
startAngle | double | A start angle of the arc. |
arcAngle | double | An angle of the arc. |
See Also
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++