sprint 1-alpha
Public Member Functions
sprint::gtl::CPaintDC Class Reference

#include <DC.h>

Inherits sprint::gtl::TDC< tManagedDC >.

List of all members.

Public Member Functions

 CPaintDC (HWND hwnd)

Detailed Description

PaintStruct wrapper call BeginPaint on costructor, and EndPaint on Desctructor. Implements an HDC handle.


Constructor & Destructor Documentation

sprint::gtl::CPaintDC::CPaintDC ( HWND  hwnd)

Costructor to handle OnPaint / WM_PAINT device context

 sprint::CPaintDC ps(hWnd); // for Win32 App
 sprint::CPaintDC ps(*this); // for sprint App

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines