ImageOutput()
Syntax
OutputID = ImageOutput(#Image)Description
Returns the OutputID of the #Image to perform 2D rendering operation on it. It will use the PureBasic 2DDrawing library (see StartDrawing()). This function can't be used if the image is an icon.
An image must have been loaded (with LoadImage() or CatchImage()) or newly created (with CreateImage()) before.
Supported OS
Windows, Linux, MacOS X