paste(painting, x, y)
Paste a painting at the given position, anchored from the top left.
| Name | Type | Required | Description |
|---|---|---|---|
painting |
painting | image | yes | Source bitmap, painting id, or URL. |
x, y |
number | no | Target top-left position. Defaults to 0,0. |
scale |
number | no | Optional scale factor. |
void
No additional runtime notes yet.
No additional details yet.