#include <GDIUtils.h>
Definition at line 102 of file GDIUtils.h.
DCClipRgnScope::DCClipRgnScope |
( |
HDC |
dc | ) |
|
|
inline |
Definition at line 104 of file GDIUtils.h.
105 m_dc.GetClipRgn(
m_rgn);
PFC_CLASS_NOT_COPYABLE_EX(DCClipRgnScope) private CRgn m_rgn
DCClipRgnScope::~DCClipRgnScope |
( |
| ) |
|
|
inline |
Definition at line 107 of file GDIUtils.h.
108 m_dc.SelectClipRgn(
m_rgn);
PFC_CLASS_NOT_COPYABLE_EX(DCClipRgnScope) private CRgn m_rgn
HRGN DCClipRgnScope::OldVal |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
Definition at line 111 of file GDIUtils.h.
PFC_CLASS_NOT_COPYABLE_EX(DCClipRgnScope) private CRgn m_rgn
PFC_CLASS_NOT_COPYABLE_EX (DCClipRgnScope) private CRgn DCClipRgnScope::m_rgn |
The documentation for this class was generated from the following file: