DrawAlphaImage()
Syntax
DrawAlphaImage(ImageID, x, y)Description
Draw the specified image at the given x,y position. The image ID can be easily obtained by using the ImageID() function from the image library.
The image has to be loaded from a file which supports a per-pixel alpha channel like 32-bit PNG or 32-bit TIFF images.
Supported OS
Windows