setRotate method

void setRotate(
  1. double angle,
  2. double cx,
  3. double cy
)

Implementation

void setRotate(double angle, double cx, double cy) =>
    js_util.callMethod(this, 'setRotate', [angle, cx, cy]);