Aspose::Page::EPS::PsDocument::DrawOval 方法

PsDocument::DrawOval method

绘制椭圆。

void Aspose::Page::EPS::PsDocument::DrawOval(double x, double y, double width, double height)
ParameterType描述
xdouble椭圆中心的 X 坐标。
ydouble椭圆中心的 Y 坐标。
widthdouble外接矩形的宽度。
heightdouble外接矩形的高度。

另见