#include <wx/dcgraph.h>
wxGCDC is a device context that draws on a wxGraphicsContext.
Public Member Functions | |
wxGCDC (const wxWindowDC &dc) | |
Constructs a wxGCDC from a wxWindowDC. | |
wxGCDC (const wxMemoryDC &dc) | |
Constructs a wxGCDC from a wxMemoryDC. | |
wxGCDC (const wxPrinterDC &dc) | |
Constructs a wxGCDC from a wxPrinterDC. | |
wxGraphicsContext * | GetGraphicsContext () |
Retrieves associated wxGraphicsContext. |
wxGCDC::wxGCDC | ( | const wxWindowDC & | dc | ) |
Constructs a wxGCDC from a wxWindowDC.
wxGCDC::wxGCDC | ( | const wxMemoryDC & | dc | ) |
Constructs a wxGCDC from a wxMemoryDC.
wxGCDC::wxGCDC | ( | const wxPrinterDC & | dc | ) |
Constructs a wxGCDC from a wxPrinterDC.
wxGraphicsContext* wxGCDC::GetGraphicsContext | ( | ) |
Retrieves associated wxGraphicsContext.
![]() |
[ top ] |