translate abstract method

void translate(
  1. num x,
  2. num y
)

Translates the canvas origin.

Implementation

void translate(num x, num y);