paint abstract method

void paint(
  1. Canvas canvas,
  2. Size size
)

Paint to the canvas

Implementation

void paint(Canvas canvas, Size size);