]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dc.h
Remove support for MetroWerks CodeWarrior compiler.
[wxWidgets.git] / interface / wx / dc.h
index 8d8547bb72e9590aa8a45ae729734b6bff4a0da6..fb7590c1807c7c4cfbe4be1d54bded75ba0f5b58 100644 (file)
@@ -1125,6 +1125,11 @@ public:
         target DCs. If you need to apply scaling while copying, use
         StretchBlit().
 
+        Notice that source DC coordinates @a xsrc and @a ysrc are interpreted
+        using the current source DC coordinate system, i.e. the scale, origin
+        position and axis directions are taken into account when transforming
+        them to physical (pixel) coordinates.
+
         @param xdest
             Destination device context x position.
         @param ydest
@@ -1195,7 +1200,10 @@ public:
         source or target DC but calling this method is simpler and can also be
         more efficient if the platform provides a native implementation of it.
 
-        The meaning of its other parameters is the same as with Blit().
+        The meaning of its other parameters is the same as with Blit(), in
+        particular all source coordinates are interpreted using the source DC
+        coordinate system, i.e. are affected by its scale, origin translation
+        and axis direction.
 
         @param xdest
             Destination device context x position.