ReactOS 0.4.16-dev-1028-g8602629
|
#include <atlimage.h>
Public Member Functions | |
CImageDC (const CImage &image) | |
virtual | ~CImageDC () noexcept |
operator HDC () const noexcept | |
CImageDC (const CImageDC &)=delete | |
CImageDC & | operator= (const CImageDC &)=delete |
Private Attributes | |
const CImage & | m_image |
HDC | m_hDC |
Definition at line 1233 of file atlimage.h.
Definition at line 1240 of file atlimage.h.
|
inlinevirtualnoexcept |
Definition at line 1246 of file atlimage.h.
|
inlinenoexcept |
Definition at line 1251 of file atlimage.h.
|
private |
Definition at line 1237 of file atlimage.h.
Referenced by operator HDC().
Definition at line 1236 of file atlimage.h.
Referenced by ~CImageDC().