]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/dcgraph.h
   1 ///////////////////////////////////////////////////////////////////////////// 
   3 // Purpose:     interface of wxGCDC 
   4 // Author:      wxWidgets team 
   6 // Licence:     wxWindows license 
   7 ///////////////////////////////////////////////////////////////////////////// 
  12     wxGCDC is a device context that draws on a wxGraphicsContext. 
  17     @see wxDC, wxGraphicsContext 
  20 class wxGCDC
: public wxDC
 
  24        Constructs a wxGCDC from a wxWindowDC. 
  26     wxGCDC( const wxWindowDC
& dc 
); 
  29        Constructs a wxGCDC from a wxMemoryDC. 
  31     wxGCDC( const wxMemoryDC
& dc 
); 
  34        Constructs a wxGCDC from a wxPrinterDC. 
  36     wxGCDC( const wxPrinterDC
& dc 
); 
  39        Retrieves associated wxGraphicsContext 
  41     wxGraphicsContext
* GetGraphicsContext();