OWLNext 6.32
Classes
Device context (DC) classes

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...

Detailed Description

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.