First page Back Continue Last page Graphics
Drawing
A wx.DC is a device context onto which graphics and text can be drawn.
Represents a number of output devices in a generic way:
- windows
- printers
- bitmaps
- the whole screen
The same piece of code may be used to draw on different devices.