Aspose::Page::EPS::PsDocument::DrawOval method

PsDocument::DrawOval method

Draws an oval.

void Aspose::Page::EPS::PsDocument::DrawOval(double x, double y, double width, double height)
ParameterTypeDescription
xdoubleX coordinate of center of the oval.
ydoubleY coordinate of center of the oval.
widthdoubleA width of circumscribed rectangle.
heightdoubleA height of circumscribed rectangle.

See Also