When we're using GDI+, the DC might have transforms applied to it, but the renderer...
authorRobin Dunn <robin@alldunn.com>
Thu, 5 May 2011 17:56:18 +0000 (17:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 May 2011 17:56:18 +0000 (17:56 +0000)
commit066bd2519140d36312712e27f2ac81d98c4b72fa
treef6777ccd8562ab2d809413d643661bb6a4895be8
parent44cba02ea7999a41f5d1fb05899b8334ad517c5d
When we're using GDI+, the DC might have transforms applied to it, but the renderer APIs don't respect them. So we need to apply the transforms to the rect ourselves.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/renderer.cpp