.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.graphics .. highlight:: python .. _wx.lib.graphics.GraphicsObject: ========================================================================================================================================== |phoenix_title| **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 :class:`wx.GraphicsObject`. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GraphicsObject:
| |sub_classes| Known Subclasses ============================== :class:`wx.lib.graphics.GraphicsBitmap`, :class:`wx.lib.graphics.GraphicsBrush`, :class:`wx.lib.graphics.GraphicsContext`, :class:`wx.lib.graphics.GraphicsFont`, :class:`wx.lib.graphics.GraphicsMatrix`, :class:`wx.lib.graphics.GraphicsPath`, :class:`wx.lib.graphics.GraphicsPen` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.graphics.GraphicsObject.IsNull` Returns whether the object is valid. ================================================================================ ================================================================================ | |api| 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 :class:`wx.GraphicsObject`. .. method:: IsNull(self) Returns whether the object is valid.