You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > Graphics Library > drawImage

9.3 drawImage

gc:drawImage(imageHandle, x, y)

Draws an image at (x, y). The image must have been created by a previous call to image.new(...).

Introduced in platform.apiLevel = '1.0'