|
OWLNext 6.32
|
Classes | |
| class | owl::TDC |
| class | owl::TWindowDC |
| class | owl::TScreenDC |
| class | owl::TDesktopDC |
| class | owl::TClientDC |
| class | owl::TPaintDC |
| class | owl::TMetaFileDC |
| class | owl::TCreatedDC |
| class | owl::TIC |
| class | owl::TMemoryDC |
| class | owl::TDibDC |
| struct | owl::TBandInfo |
| Equivalent to BANDINFOSTRUCT. More... | |
| class | owl::TPrintDC |
| A DC class that provides access to a printer. More... | |
Instead of drawing directly on a device (like the screen or a printer), you can use GDI classes to draw on a bitmap using a device context (DC). A device context is a structure that contains information about the drawing attributes (pens, brushes, text color, and so on) of a particular device. DC classes support a variety of device context operations.
TDC is the root class for GDI DC wrapper classes.TWindowDC and its derived classes such as TClientDC and TScreenDC provide access to the area owned by a window.TCreatedDC and its derived classes provide access to various DCs that are created and deleted such as memory and print DCs.
1.7.4