fillArea abstract method

void fillArea(
  1. Cell? cell,
  2. Rectangle area
)

Fills area of the screen with cell.

Implementation

void fillArea(Cell? cell, Rectangle area);