![]() |
WinBitmapSizeExt | Function (ROM Call 0x411) |
AMS 2.00 or higher | wingraph.h |
unsigned short WinBitmapSizeExt (WINDOW *w, const WIN_RECT *WinRect); |
Determines a size of a bitmap (eventually clipped) in bytes, taking into account negative coordinates.
The difference between WinBitmapSize and WinBitmapSizeExt is that WinBitmapSizeExt takes into account negative coordinates. So, use WinBitmapSize if negative coordinates have to be clipped to zero.