X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f1d2182ffe4feb82a1e674266f47d172ed3cb3c..8cd8a7feb72a8f45d5cb4d5f51fca7e73291d2b5:/interface/dc.h diff --git a/interface/dc.h b/interface/dc.h index 3b6ba062d8..e37d334fbc 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} @@ -629,7 +638,7 @@ public: @a circleCenter are the relative coordinates of centre of the circle in the specified @e rect. If not specified, the cercle is placed at the centre of rect. - @b Note: Currently this function is very slow, don't use it for + @note Currently this function is very slow, don't use it for real-time drawing. */ void GradientFillConcentric(const wxRect& rect,