point

MJS / AC Piece API / graphics / done
point(...args) or point({x, y})

Plot a single pixel within the panned coordinate space. Takes x,y coordinates or a point object.

Parameters

Name Type Required Description
x, y number no Pixel coordinates.
{x, y} object no Point-object form.

Returns

void

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview