wx.GraphicsObject

Inheritance diagram for wx.GraphicsObject:



Description

This class is the superclass of native graphics objects like pens etc. It allows reference counting. Not to be instantiated by user code.

Derived From

Methods Summary

Class API

Methods

__init__(renderer=None)

This class is the superclass of native graphics objects like pens etc. It provides the internal reference counting. It is not to be instantiated by user code.

Parameters:


Returns:

wx.GraphicsObject


GetRenderer()

Returns the renderer that was used to create this instance, or None if it has not been initialized yet


Returns:

wx.GraphicsRenderer


IsNull()

Is this object valid (False) or still empty (True)?


Returns:

bool