image
image(image, x, y, [center=false]) -> NULL
Draw an image at specified position
Syntaxe
image(img, 10, 20);
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
image | yes | - | Image to draw |
x | yes | - | x-coordinate |
y | yes | - | y-coordinate |
center | - | false | if true, x,y is the center of the image |