b2dDrawImage

Category: 2D Overlay

Syntax:

b2dDrawImage:Void(imageHandle:Int, x:Int, y:Int)


Parameters

Returns

Void



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn