Aspose::Page::EPS::PsDocument::FillOval method

PsDocument::FillOval method

Fills an oval.

void Aspose::Page::EPS::PsDocument::FillOval(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