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

Defined in "wingdi.h".

Implemented in "dlls/gdi/bitmap.c". source.winehq.org/source/dlls/gdi/bitmap.c

Debug channel "bitmap".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.