ObservablePoint.set method
ObservablePoint › set
Unofficial
Sets the point to a new x and y position.Signature:
set(x?: number | undefined, y?: number | undefined): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| x? | number | undefined | Position on the X axis. |
| y? | number | undefined | Position on the Y axis. |
Returns: this — This point for chaining.