#include "wx/geometry.h"
#include "wx/dynarray.h"
+#include "wx/graphics.h"
-class WXDLLEXPORT wxGraphicsContext;
class WXDLLEXPORT wxWindowDC;
-
#ifdef __WXMAC__
#define wxGCDC wxDC
#endif
public:
wxGCDC(const wxWindowDC& dc);
+#ifdef __WXMSW__
+ wxGCDC( const wxMemoryDC& dc);
+#endif
wxGCDC();
virtual ~wxGCDC();
protected:
// scaling variables
+ bool m_logicalFunctionSupported;
double m_mm_to_pix_x, m_mm_to_pix_y;
+ wxGraphicsMatrix m_matrixOriginal;
+ wxGraphicsMatrix m_matrixCurrent;
double m_formerScaleX, m_formerScaleY;