CreatePatternBrush.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

CreatePatternBrush (GDI32.@)

SYNOPSIS

HBRUSH CreatePatternBrush
 (
  HBITMAP hbitmap
 )

DESCRIPTION

Create a logical brush with a pattern from a bitmap.

PARAMS

hbitmap [In] Bitmap containing pattern for the brush.

RETURNS

A handle to the created brush, or a NULL handle if the brush cannot be created.

NOTES

- This function uses CreateBrushIndirect(3w) to create the brush.

- The brush returned should be freed by the caller using DeleteObject(3w) when it is no longer required.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/brush.c".

Debug channel "gdi".