CBrush::FromHandle

This member function obtains a pointer to a CBrush object when you have a handle to a Windows HBRUSH object.

Syntax

static CBrush* PASCAL FromHandle( HBRUSH hBrush );

At a Glance

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

See Also

CBrush Overview, CBrush Member Functions, Graphical Drawing Object Classes