wx.GraphicsObject¶This class is the superclass of native graphics objects like pens etc.
It allows reference counting. Not instantiated by user code.
Class Hierarchy¶
Inheritance diagram for class GraphicsObject:
Known Subclasses¶wx.GraphicsBitmap, wx.GraphicsBrush, wx.GraphicsContext, wx.GraphicsFont, wx.GraphicsMatrix, wx.GraphicsPath, wx.GraphicsPen
Methods Summary¶Returns the renderer that was used to create this instance, or |
|
Properties Summary¶See |
Class API¶This class is the superclass of native graphics objects like pens etc.
Returns the renderer that was used to create this instance, or None if it has not been initialized yet.
bool
False if this object is valid, otherwise returns True.
bool
bool
bool
See GetRenderer