home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CPaintDC

CObject
   |
   +--CDC
         |
         +--CPaintDC

   in AFXWIN.H

class CPaintDC
extends CDC

CDC Helpers


Field Summary
protected HWND m_hWnd
          
 PAINTSTRUCT m_ps
          
   
Fields inherited from class CDC
m_hDC, m_hAttribDC, m_bPrinting
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CPaintDC( CWnd* pWnd )
          
virtual ~CPaintDC()
          
   
Methods inherited from class CDC
HDC, GetSafeHdc, GetWindow, FromHandle, DeleteTempMap, Attach, Detach, SetAttribDC, SetOutputDC, ReleaseAttribDC, ReleaseOutputDC, IsPrinting, GetCurrentPen, GetCurrentBrush, GetCurrentPalette, GetCurrentFont, GetCurrentBitmap, GetLayout, SetLayout, CreateDC, CreateIC, CreateCompatibleDC, DeleteDC, SaveDC, RestoreDC, GetDeviceCaps, SetBoundsRect, GetBoundsRect, ResetDC, GetBrushOrg, SetBrushOrg, SetBrushOrg, EnumObjects, SelectStockObject, SelectObject, SelectObject, SelectObject, SelectObject, SelectObject, SelectObject, GetNearestColor, SelectPalette, RealizePalette, UpdateColors, GetBkColor, GetBkMode, GetPolyFillMode, GetROP2, GetStretchBltMode, GetTextColor, SetBkColor, SetBkMode, SetPolyFillMode, SetROP2, SetStretchBltMode, SetTextColor, GetColorAdjustment, SetColorAdjustment, GetMapMode, GetViewportOrg, SetMapMode, SetViewportOrg, SetViewportOrg, OffsetViewportOrg, GetViewportExt, SetViewportExt, SetViewportExt, ScaleViewportExt, GetWindowOrg, SetWindowOrg, SetWindowOrg, OffsetWindowOrg, GetWindowExt, SetWindowExt, SetWindowExt, ScaleWindowExt, DPtoLP, DPtoLP, DPtoLP, LPtoDP, LPtoDP, LPtoDP, DPtoHIMETRIC, LPtoHIMETRIC, HIMETRICtoDP, HIMETRICtoLP, FillRgn, FrameRgn, InvertRgn, PaintRgn, GetClipBox, PtVisible, PtVisible, RectVisible, SelectClipRgn, ExcludeClipRect, ExcludeClipRect, ExcludeUpdateRgn, IntersectClipRect, IntersectClipRect, OffsetClipRgn, OffsetClipRgn, SelectClipRgn, GetCurrentPosition, MoveTo, MoveTo, LineTo, LineTo, Arc, Arc, Polyline, AngleArc, ArcTo, ArcTo, GetArcDirection, SetArcDirection, PolyDraw, PolylineTo, PolyPolyline, PolyBezier, PolyBezierTo, FillRect, FrameRect, InvertRect, DrawIcon, DrawIcon, DrawState, DrawState, DrawState, DrawState, DrawState, DrawState, DrawState, DrawState, Chord, Chord, DrawFocusRect, Ellipse, Ellipse, Pie, Pie, Polygon, PolyPolygon, Rectangle, Rectangle, RoundRect, RoundRect, PatBlt, BitBlt, StretchBlt, GetPixel, GetPixel, SetPixel, SetPixel, FloodFill, ExtFloodFill, MaskBlt, PlgBlt, SetPixelV, SetPixelV, TextOut, TextOut, ExtTextOut, ExtTextOut, TabbedTextOut, TabbedTextOut, DrawText, DrawText, GetTextExtent, GetTextExtent, GetOutputTextExtent, GetOutputTextExtent, GetTabbedTextExtent, GetTabbedTextExtent, GetOutputTabbedTextExtent, GetOutputTabbedTextExtent, GrayString, GetTextAlign, SetTextAlign, GetTextFace, GetTextFace, GetTextMetrics, GetOutputTextMetrics, SetTextJustification, GetTextCharacterExtra, SetTextCharacterExtra, DrawEdge, DrawFrameControl, ScrollDC, GetCharWidth, GetOutputCharWidth, SetMapperFlags, GetAspectRatioFilter, GetCharABCWidths, GetFontData, GetKerningPairs, GetOutlineTextMetrics, GetGlyphOutline, GetCharABCWidths, GetCharWidth, Escape, Escape, DrawEscape, StartDoc, StartDoc, StartPage, EndPage, SetAbortProc, AbortDoc, EndDoc, PlayMetaFile, PlayMetaFile, AddMetaFileComment, AbortPath, BeginPath, CloseFigure, EndPath, FillPath, FlattenPath, StrokeAndFillPath, StrokePath, WidenPath, GetMiterLimit, SetMiterLimit, GetPath, SelectClipPath, GetHalftoneBrush, DrawDragRect, FillSolidRect, FillSolidRect, Draw3dRect, Draw3dRect, SelectObject, SelectGdiObject
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_hWnd

protected HWND m_hWnd;

m_ps

public PAINTSTRUCT m_ps;


Constructor Detail

CPaintDC

public CPaintDC( CWnd* pWnd );

~CPaintDC

public virtual ~CPaintDC();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD