BitmapSize Function (ROM Call 0x188)

graph.h

unsigned short BitmapSize (const SCR_RECT *rect);

Determines a bitmap size in bytes.

BitmapSize returns the size in bytes of a bitmap for a rectangular area given by parameter rect. This size includes the data for the bitmap and the header. See BitmapGet for more info about bitmaps.


Used by: MenuKey, WinBitmapSize, WinClr, WinOpen, WinReOpen, ROM Call 0x421


See also: BitmapGet