MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / moveTo

Method moveTo

src/scripting/api/Display/Graphics.ts:59–62  ·  view source on GitHub ↗

* Move to point * @param {number} x - x coordinate * @param {number} y - y coordinate

(x:number, y:number)

Source from the content-addressed store, hash-verified

57 * @param {number} y - y coordinate
58 */
59 public moveTo(x:number, y:number):void {
60 this._evaluateBoundingBox(x,y);
61 this._callDrawMethod('moveTo', [x, y]);
62 }
63
64 /**
65 * Quadratic Beizer Curve

Callers 2

xMethod · 0.45
yMethod · 0.45

Calls 2

_evaluateBoundingBoxMethod · 0.95
_callDrawMethodMethod · 0.95

Tested by

no test coverage detected