CBitmap::CreateBitmapIndirect

This member function initializes a bitmap that has the width, height, and bit pattern (if one is specified) given in the structure pointed to by lpBitmap.

Syntax

BOOL CreateBitmapIndirect( LPBITMAP lpBitmap );

At a Glance

Header file: Afxwin.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CBitmap Overview, CBitmap Member Functions, Graphical Drawing Object Classes, CDC::SelectObject, CDC::BitBlt, CGdiObject::DeleteObject