|
OWLNext 6.32
|
#include <dc.h>
Public Member Functions | |
| TWindowDC (HWND wnd) | |
Protected Member Functions | |
| TWindowDC () | |
Protected Attributes | |
| HWND | Wnd |
Derived from TDC, TWindowDC is a device context (DC) class that provides access to the entire area owned by a window. TWindowDC is the base class for any DC class that releases its handle when it is finished.
| owl::TWindowDC::TWindowDC | ( | HWND | hWnd | ) |
Creates a TWindow object with the given owned window. The data member Wnd is set to wnd.
References owl::TGdiBase::Handle, and Wnd.
| owl::TWindowDC::TWindowDC | ( | ) | [protected] |
Used for derived classes only.
HWND owl::TWindowDC::Wnd [protected] |
Holds a handle to the window owned by this device context.
1.7.4