Category: 2D Overlay
Syntax:
b2dDrawImage:Void(imageHandle:Int, x:Int, y:Int)
Void
Queues image draw command (deferred rendering, applies current state color/alpha/scale/rotation).
Takes imageHandle (image handle from b2dLoadImage, positive integer), x (screen X position in pixels, integer), y (screen Y position in pixels, integer).
Returns nothing.
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn