clear method

void clear(
  1. PCanvas pCanvas
)

Clears the canvas.

Implementation

void clear(PCanvas pCanvas) {
  pCanvas.clear();
}