drawOnCanvas abstract method

void drawOnCanvas(
  1. Canvas canvas,
  2. Rect rectangle,
  3. Paint paint
)

Draw the shape on the specified canvas.

Implementation

void drawOnCanvas(Canvas canvas, Rect rectangle, Paint paint);