point(...args) or point({x, y})
Plot a single pixel within the panned coordinate space. Takes x,y coordinates or a point object.
| Name | Type | Required | Description |
|---|---|---|---|
x, y |
number | no | Pixel coordinates. |
{x, y} |
object | no | Point-object form. |
void
No additional runtime notes yet.
No additional details yet.