Category: 2D Overlay
Syntax:
b2dGetImageHeight:Int(imageHandle:Int)
Int
Queries image height in pixels (returns full texture height, not frame height for anim images).
Takes imageHandle (image handle from b2dLoadImage/b2dLoadAnimImage, positive integer).
Returns height in pixels (positive integer, 0 if handle invalid).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn