-#if wxUSE_NEW_DC
-#else
- // these need to be overridden as wxPostscriptDC inherits
- // from the platform dependent wxDC and this we'd call
- // e.g. wxMSW specific code here.
- virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
- virtual void SetMapMode(int mode);
- virtual void SetUserScale(double x, double y);
- virtual void SetLogicalScale(double x, double y);
- virtual void SetLogicalOrigin(wxCoord x, wxCoord y);
- virtual void SetDeviceOrigin(wxCoord x, wxCoord y);
-#endif