Image¶
Methods¶
getImage(src);¶
Returns image at
src.
Parameters Variable Description srcsrc of image
image(image, x, y, w, h);¶
Draws
imageat(x, y).If
wandhare not provided, the image defaults to actual size.
Parameters Variable Description imageImage from getImage();xx-position of image yy-position of image w(Optional) Width of image h(Optional) Height of image