]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/dc.h
first raw revision
[wxWidgets.git] / interface / dc.h
index 3b6ba062d8a8131a6dc330a97c5a61234b597fe5..b681c59406b0657c599ca4e596336b1fbfcfbaec 100644 (file)
     there are also versions which accept single @c wxPoint parameter instead of
     two @c wxCoord ones or @c wxPoint and @c wxSize instead of four of
     them.
+    
+    @todo Precise definition of default/initial state.
+    
+    @todo Pixelwise definition of operations (e.g. last point of a line not drawn).
+    
+    @todo Coordinates: state clearly which type of coordinates are returned by the 
+          various Get*Point() or similar functions - often they are client coordinates 
+          but not always
+    
 
     @library{wxcore}
     @category{dc,gdi}