GetBitmapDimensionEx (GDI32.@)
BOOL GetBitmapDimensionEx ( HBITMAP hbitmap, LPSIZE size )
hbitmap | [In] | Handle to bitmap. |
size | [Out] | Address of struct receiving dimensions. |
Retrieves dimensions of a bitmap.
Success: TRUE
Failure: FALSE
Defined in "wingdi.h".
Implemented in "dlls/gdi32/bitmap.c". source.winehq.org/source/dlls/gdi32/bitmap.c
Debug channel "bitmap".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.