Graphics.fillRectangle

Undocumented in source. Be warned that the author may not have intended to support it.
  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, Rect r)
  4. 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
    )

Meta