Re: getting a DC with wx
- Posted by mattlewis (admin) Jun 07, 2009
- 866 views
SDPringle said...
Are Controls and Frames special case DCs? How do I copy them? How do I let wx know that I want it to update the Window?
What exactly are you trying to do? And when? Within an onPaint event, you simply create a wxPaintDC. There are also wxMemoryDCs for manipulating images.
Matt