CBitmap::CreateCompatibleBitmap

This member function initializes a bitmap that is compatible with the device specified by pDC.

Syntax

BOOL CreateCompatibleBitmap( CDC* pDC, int nWidth, int nHeight );

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, CGdiObject::DeleteObject