Device.FillRect

Device.FillRect method

Fills a rectangle.

public virtual void 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