Table Of Contents

Previous topic

GCDC

Next topic

Gauge

This Page

phoenix_title GDIObject

This class allows platforms to implement functionality to optimise GDI objects, such as Pen, Brush and Font.

On Windows, the underling GDI objects are a scarce resource and are cleaned up when a usage count goes to zero. On some platforms this class may not have any special functionality.

Since the functionality of this class is platform-specific, it is not documented here in detail.

See also

Pen, Brush, Font


class_hierarchy Inheritance Diagram

Inheritance diagram for class GDIObject

Inheritance diagram of GDIObject


method_summary Methods Summary

__init__ Default constructor.

api Class API



class GDIObject(Object)

This class allows platforms to implement functionality to optimise GDI objects, such as Pen, Brush and Font.

Possible constructors:

GDIObject()

Methods



__init__(self)

Default constructor.