setTranslate method

void setTranslate(
  1. double tx,
  2. double ty
)

Implementation

void setTranslate(double tx, double ty) =>
    js_util.callMethod(this, 'setTranslate', [tx, ty]);