PsDocument.DrawOval
PsDocument.DrawOval method
Draws an oval.
public void DrawOval(double x, double y, double width, double height)
Parameter | Type | Description |
---|---|---|
x | Double | X coordinate of center of the oval. |
y | Double | Y coordinate of center of the oval. |
width | Double | A width of circumscribed rectangle. |
height | Double | A height of circumscribed rectangle. |
See Also
- class PsDocument
- namespace Aspose.Page.EPS
- assembly Aspose.Page