wx.lib.graphics.GraphicsObject¶
Base class for the other Graphics*
classes.
There should be no need to use this directly, it is just here for
compatibility with wx.GraphicsObject
.
Class Hierarchy¶
Known Subclasses¶
wx.lib.graphics.GraphicsBitmap
, wx.lib.graphics.GraphicsBrush
, wx.lib.graphics.GraphicsContext
, wx.lib.graphics.GraphicsFont
, wx.lib.graphics.GraphicsMatrix
, wx.lib.graphics.GraphicsPath
, wx.lib.graphics.GraphicsPen
Methods Summary¶
Returns whether the object is valid. |
Class API¶
- class GraphicsObject(object)¶
Base class for the other
Graphics*
classes.There should be no need to use this directly, it is just here for compatibility with
wx.GraphicsObject
.
Methods¶
- IsNull(self)¶
Returns whether the object is valid.