X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bda0e173844e8e0f8acf4e8ad8b5c26e5c6fe5d..646930985a7a9bd840086a0011026b2bac188c29:/include/wx/msw/dc.h diff --git a/include/wx/msw/dc.h b/include/wx/msw/dc.h index b0c49d268f..5392a19a3b 100644 --- a/include/wx/msw/dc.h +++ b/include/wx/msw/dc.h @@ -100,6 +100,7 @@ public: virtual void SetSystemScale(double x, double y); virtual void SetLogicalOrigin(long x, long y); virtual void SetDeviceOrigin(long x, long y); + virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp); // This group of functions does actual conversion // of the input, as you'd expect. @@ -217,6 +218,9 @@ protected: double m_userScaleX; double m_userScaleY; + int m_signX; // Used by SetAxisOrientation() to + int m_signY; // invert the axes + int m_mappingMode; long m_minX; // bounding box