draw abstract method

void draw(
  1. Canvas canvas,
  2. Mat2D viewTransform
)

Called by the scene to draw the contents.

Implementation

void draw(Canvas canvas, Mat2D viewTransform);