 
       wx.lib.graphics.GraphicsObject¶
  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.
 Known Subclasses¶
 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
 Class API¶
 Class API¶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.
IsNull(self)¶Returns whether the object is valid.