Renderer.fillRect

Draw a filled rectangle.

  1. void fillRect(int x0, int y0, int x1, int y1, COLOR color)
    class Renderer
    abstract
    void
    fillRect
    (
    int x0
    ,
    int y0
    ,
    int x1
    ,
    int y1
    ,)
  2. void fillRect(float x0, float y0, float x1, float y1, COLOR color)

Meta