git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50422
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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.
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}
\wxheading{Derived from}
\helpref{wxObject}{wxobject}