X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/576b18f2147ed92a0b8e0b7e360c5fe8ca0d3abd..b3a029f0bbf8262cfe30914790802f88608ea618:/docs/latex/wx/dc.tex diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index fdc1c815be..a834277cf9 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -24,6 +24,12 @@ On Mac OS X when using Core Graphics (wx\_MAC\_USE\_CORE\_GRAPHICS set to 1) colors with alpha are supported, so instances {\tt wxPen} or {\tt wxBrush} that are built from {\tt wxColour} use the color's alpha values when stroking or filling. +Note that beginning with wxWidgets 2.9.0 the entire wxDC code has been +reorganized. All platform dependent code (actual all drawing code) has +been moved into backend classes which derive from a common wxDCImpl +class. The user-visible classes such as wxClientDC and wxPaintDC +merely forward all calls to the backend implementation. + \wxheading{Derived from} \helpref{wxObject}{wxobject}