CBrush::operator HBRUSH

This operator gets the attached Windows GDI handle to the CBrush object. This operator is a casting operator, which supports direct use of an HBRUSH object.

Syntax

operator HBRUSH( ) const;

At a Glance

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

See Also

CBrush Overview, CBrush Operators, Graphical Drawing Object Classes