Scroll to navigation

GetBitmapDimensionEx(3w) Wine API GetBitmapDimensionEx(3w)

NAME

GetBitmapDimensionEx (GDI32.@)

SYNOPSIS

BOOL GetBitmapDimensionEx
(
HBITMAP hbitmap,
LPSIZE size
)
 

PARAMS

hbitmap [In] Handle to bitmap.
size [Out] Address of struct receiving dimensions.
 

DESCRIPTION

Retrieves dimensions of a bitmap.
 

RETURNS

Success: TRUE
Failure: FALSE
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/bitmap.c".
Debug channel "bitmap".
Oct 2012 Wine API