CBitmap::FromHandle

This member function obtains a pointer to a CBitmap object when you have a handle to a Windows GDI bitmap.

Syntax

static CBitmap* PASCAL FromHandle( HBITMAP hBitmap );

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