PLAYGROUND (experimental)

image

Draw an image at specified position
image(
    image, 
    x, 
    y, 
    [center=false]
) -> NULL

Draw an image at specified position

Syntaxe

image(img, 10, 20);

Arguments

NameTypeRequiredDefaultDescription
imageyes-Image to draw
xyes-x-coordinate
yyes-y-coordinate
center-falseif true, x,y is the center of the image