OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
GDI classes

ObjectWindows graphics library contains several classes that you can use to create DIBS, brushes, palettes, pens, and other drawing tools. More...

Classes

class  owl::TGdiObject
 GdiObject is the root, pseudo-abstract base class for ObjectWindows' GDI (Graphics Device Interface) wrappers. More...
 
class  owl::TPen
 TPen is derived from TGdiObject. More...
 
class  owl::TBrush
 The GDI Brush class is derived from TGdiObject. More...
 
class  owl::THatch8x8Brush
 Derived from TBrush, THatch8x8Brush defines a small, 8x8, monochrome, configurable hatch brush. More...
 
class  owl::TFont
 TFont derived from TGdiObject provides constructors for creating font objects from explicit information or indirectly. More...
 
class  owl::TDefaultGuiFont
 Encapsulates the system font used for a specific GUI element, e.g. icon, caption, menu, message. More...
 
class  owl::TPalette
 TPalette is the GDI Palette class derived from TGdiObject. More...
 
class  owl::TBitmap
 TBitmap is the GDI bitmap class derived from TGdiObject. More...
 
class  owl::TRegion
 TRegion, derived from TGdiObject, represents GDI abstract shapes or regions. More...
 
class  owl::TIcon
 TIcon, derived from TGdiObject, represents the GDI object icon class. More...
 
class  owl::TCursor
 TCursor, derived from TGdiBase, represents the GDI cursor object class. More...
 
class  owl::TDib
 Pseudo-GDI object Device Independent Bitmap (DIB) class. More...
 

Typedefs

typedef TDefaultGuiFont owl::TDefaultGUIFont
 Deprecated alias.
 

Detailed Description

ObjectWindows graphics library contains several classes that you can use to create DIBS, brushes, palettes, pens, and other drawing tools.

Typedef Documentation

◆ TDefaultGUIFont

Deprecated alias.

Definition at line 404 of file gdiobjec.h.