Aspose::Page::EPS::PsDocument::DrawRect 方法

PsDocument::DrawRect method

绘制矩形。

void Aspose::Page::EPS::PsDocument::DrawRect(double x, double y, double width, double height)
ParameterType描述
xdouble矩形左上角的 X 坐标。
ydouble矩形左上角的 Y 坐标。
widthdouble矩形的宽度。
heightdouble矩形的高度。

另见