Graphics.fillRectangle

  1. void fillRectangle(Brush brush, Rect r)
  2. void fillRectangle(Brush brush, int x, int y, int width, int height)
  3. void fillRectangle(Color color, int x, int y, int width, int height)
    class Graphics
    final
    void
    fillRectangle
    (
    ,
    int x
    ,
    int y
    ,
    int width
    ,
    int height
    )
  4. void fillRectangle(Color color, Rect r)

Meta