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 ImageID() command from the image library.

If the optional 'Width' and 'Height' 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

<- DrawAlphaImage() - 2DDrawing Index - DrawText() ->