DrawImage

Category: Images and Rendering

Back to System Functions


Signature

DrawImage(imageReference As Integer, x As Integer, y As Integer)

Returns

Void

Description

Queues an image so its current hotspot is drawn at the given position.

New images start with a hotspot of 0, 0, which means the position is the image's top-left corner until you change it with SetImageHotspot.

Example

DrawImage(player, 100, 200)