11#if defined(__BORLANDC__)
67 if (width == 1 && style ==
PS_SOLID &&
94#if defined(OWL5_COMPAT)
118#if !defined(NO_GDI_SHARE_HANDLES)
#define WARNX(group, condition, level, message)
#define PRECONDITION(condition)
#define DIAG_DECLARE_GROUP(group)
The GDI Brush class is derived from TGdiObject.
Class wrapper for management of color values.
static const TColor White
Static TColor object with fixed Value set by RGB(255, 255, 255).
static const TColor Black
Static TColor object with fixed Value set by RGB(0, 0, 0).
GdiObject is the root, pseudo-abstract base class for ObjectWindows' GDI (Graphics Device Interface) ...
void CheckValid(uint resId=IDS_GDIFAILURE)
int GetObject(int count, void *object) const
Retrieve the object's attributes into a buffer.
bool ShouldDelete
Should object delete GDI handle in dtor?
static void RefAdd(HANDLE handle, TType type)
RefAdd adds a reference entry for the object with the given handle and type.
HANDLE Handle
GDI handle of this object.
TPen is derived from TGdiObject.
TPen(HPEN handle, TAutoDelete autoDelete=NoAutoDelete)
Alias an existing pen handle. Assume ownership if autoDelete says so.
LOGPEN GetObject() const
Retrieves information about this pen object and places it in the given LOGPEN structure.
Describes an exception resulting from GDI failures such as creating too many TWindow device contexts ...
Definition of abstract GDI object class and derived classes.
TAutoDelete
Flag for Handle ctors to control Handle deletion in dtor.
Object Windows Library (OWLNext Core)