paintOnCanvas abstract method

void paintOnCanvas(
  1. Canvas canvas
)

Paints the content on the given canvas.

Implementation

void paintOnCanvas(Canvas canvas);