.. include:: headings.inc .. _GDIObject: ========================================================================================================================================== |phoenix_title| **GDIObject** ========================================================================================================================================== This class allows platforms to implement functionality to optimise GDI objects, such as :ref:`Pen`, :ref:`Brush` and :ref:`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. .. seealso:: :ref:`Pen`, :ref:`Brush`, :ref:`Font` | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **GDIObject** .. raw:: html

Inheritance diagram of GDIObject

| |sub_classes| Known Subclasses ============================== :ref:`adv.Animation`, :ref:`Bitmap`, :ref:`Brush`, :ref:`Cursor`, :ref:`Font`, :ref:`Icon`, :ref:`IconBundle`, `Palette`, :ref:`Pen`, :ref:`Region` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~GDIObject.__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() .. method:: __init__(self) Default constructor.