fillRect abstract method

void fillRect(
  1. num x,
  2. num y,
  3. num width,
  4. num height,
)

Draws a filled rectangle.

Implementation

void fillRect(num x, num y, num width, num height);