#include <GDIUtils.h>
Definition at line 124 of file GDIUtils.h.
CDCBrush::CDCBrush |
( |
HDC |
dc, |
|
|
COLORREF |
color |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
Definition at line 126 of file GDIUtils.h.
128 m_oldCol = m_dc.SetDCBrushColor(color);
129 m_hBrush = (HBRUSH) GetStockObject(DC_BRUSH);
PFC_CLASS_NOT_COPYABLE_EX(CDCBrush) private COLORREF m_oldCol
CDCBrush::~CDCBrush |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 131 of file GDIUtils.h.
PFC_CLASS_NOT_COPYABLE_EX(CDCBrush) private COLORREF m_oldCol
PFC_CLASS_NOT_COPYABLE_EX (CDCBrush) private COLORREF CDCBrush::m_oldCol |
The documentation for this class was generated from the following file: