GC.fillRectangle

Fills the interior of the rectangle specified by the arguments, using the receiver's background color.

@param x the x coordinate of the rectangle to be filled @param y the y coordinate of the rectangle to be filled @param width the width of the rectangle to be filled @param height the height of the rectangle to be filled

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

@see #drawRectangle(int, int, int, int)

  1. void fillRectangle(int x, int y, int width, int height)
    class GC
    void
    fillRectangle
    (
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )
  2. void fillRectangle(Rectangle rect)

Meta