DrawImage()
Syntax
DrawImage(ImageID, x, y [, Width, Height])Description
Draw the specified image at the given x,y position. The image ID can be easily obtained by using the UseImage() command from the image library. If the 'Width' and 'Height' optional parameters are specified, then the image can be resized on the fly before being displayed. The original image size doesn't change.
Supported OS
All