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

A memory DC used for double buffer during paint. More...

#include <DC.h>

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

List of all members.

Public Member Functions

 DoubleBufferDC (HWND hwnd, HDC hdc)
 Create a MemoryDC bigger as hwnd.
 DoubleBufferDC (const RECT &r, HDC hdc)
 DoubleBufferDC (unsigned int width, unsigned int height, HDC hdc)
CBitmapHandle Bitmap () const
 return the image
void clear (HBRUSH hbr)
 Fill with brush the entire area.
int width () const
int height () const
bool swap ()
 Copy the Bitmap on Source DC.

Detailed Description

A memory DC used for double buffer during paint.


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