getPointAtLength method

DOMPoint getPointAtLength(
  1. double distance
)

Implementation

DOMPoint getPointAtLength(double distance) =>
    js_util.callMethod(this, 'getPointAtLength', [distance]);