Aspose::Page::EPS::PsDocument::FillRect method

PsDocument::FillRect method

Fills a rectangle.

void Aspose::Page::EPS::PsDocument::FillRect(double x, double y, double width, double height)
ParameterTypeDescription
xdoubleX coordinate of upper left corner of the rectangle.
ydoubleY coordinate of upper left corner of the rectangle.
widthdoubleA width of the rectangle.
heightdoubleA height of the rectangle.

See Also