neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
neo::MemoryDC Class Reference

Memory device contexts attach themselves to a bitmap. More...

#include <DC.h>

Inheritance diagram for neo::MemoryDC:
Inheritance graph
[legend]

Public Member Functions

 MemoryDC (HBITMAP bitmap)
 
 MemoryDC (HDC other, HBITMAP bitmap)
 
 MemoryDC (MemoryDC &&rhs)
 
HBITMAP GetBitmap ()
 
virtual HDC GetHDC ()
 
 operator HDC ()
 
- Public Member Functions inherited from neo::DeviceContextIF
bool BitBlt (int x, int y, int width, int height, HDC sourceDC, int srcX, int srcY, DWORD rasterOp=SRCCOPY)
 
bool BitBlt (const RECT &rect, HDC sourceDC, const POINT &sourcePoint, DWORD rasterOp=SRCCOPY)
 
void DrawText (const tstring &text, RECT &boundingRect, UINT format=DT_LEFT|DT_TOP)
 
void DrawText (const tstring &text, int x, int y)
 
void FillRect (const RECT &r, HBRUSH brush)
 
void FillRegion (HRGN region, HBRUSH brush)
 
Size GetTextSize (const tstring &text, UINT format=DT_LEFT|DT_TOP, LONG maxWidth=1000000)
 
HGDIOBJ Select (HGDIOBJ object)
 
void SetBkColor (COLORREF color)
 
void SetBkModeOpaque ()
 
void SetBkModeTransparent ()
 
HBRUSH SetBrush (HBRUSH brush)
 
HFONT SetFont (HFONT font)
 
HPEN SetPen (HPEN pen)
 
HRGN SetRegion (HRGN region)
 
int SetStretchBltMode (int mode)
 
void SetTextColor (COLORREF color)
 
bool StretchBlt (int x, int y, int width, int height, HDC sourceDC, int srcX, int srcY, int srcWidth, int srcHeight, DWORD rasterOp=SRCCOPY)
 
bool StretchBlt (const RECT &rect, HDC sourceDC, const RECT &sourceRect, DWORD rasterOp=SRCCOPY)
 

Detailed Description

Memory device contexts attach themselves to a bitmap.

The bitmap should not be deleted before the memory DC.

Constructor & Destructor Documentation

neo::MemoryDC::MemoryDC ( HBITMAP  bitmap)
inline

Create DC compatible to the desktop

neo::MemoryDC::MemoryDC ( HDC  other,
HBITMAP  bitmap 
)
inline

Create DC compatible to some other DC.

Member Function Documentation

virtual HDC neo::MemoryDC::GetHDC ( )
inlinevirtual

Subclasses must override this function to make this interface work.

Returns
Handle of the dc that implements this interface.

Implements neo::DeviceContextIF.


The documentation for this class was generated from the following file: