b2dGetImageHeight

Category: 2D Overlay

Syntax:

b2dGetImageHeight:Int(imageHandle:Int)


Parameters

Returns

Int



Summary

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



Example

;No example implemented yet


BambooBasic © 2026 Michael Denathorn