GetBitmapDimensionEx.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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/gdi32/bitmap.c".

Debug channel "bitmap".