plot(x, y) or plot({x, y})
Draw one pixel at the given position using current ink color.
| 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.