Aspose::Page::EPS::PsDocument::FillRect 方法

PsDocument::FillRect method

填充矩形。

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

另见