render abstract method

void render(
  1. CanvasBuffer buffer,
  2. Rect bounds
)

Renders the component into the provided CanvasBuffer using the given bounds as the drawing area.

Implementation

void render(CanvasBuffer buffer, Rect bounds);