setup method

void setup(
  1. PCanvas pCanvas
)

Implementation

void setup(PCanvas pCanvas) {
  _pCanvas = pCanvas;
}