X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..0ce6d6c89a540e707c4a91238e6460c0e4bae2a6:/interface/dc.h diff --git a/interface/dc.h b/interface/dc.h index 3b6ba062d8..b681c59406 100644 --- a/interface/dc.h +++ b/interface/dc.h @@ -26,6 +26,15 @@ 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}