This class is the superclass of native graphics objects like pens etc.
It allows reference counting. Not instantiated by user code.
See also
wx.GraphicsBrush, wx.GraphicsPen, wx.GraphicsMatrix, wx.GraphicsPath
wx.GraphicsBitmap, wx.GraphicsBrush, wx.GraphicsContext, wx.GraphicsFont, wx.GraphicsMatrix, wx.GraphicsPath, wx.GraphicsPen
Returns the renderer that was used to create this instance, or |
|
See |
wx.
GraphicsObject
(Object)¶This class is the superclass of native graphics objects like pens etc.
GetRenderer
(self)¶Returns the renderer that was used to create this instance, or None
if it has not been initialized yet.
IsNull
(self)¶bool
False
if this object is valid, otherwise returns True
.
IsOk
(self)¶bool
__bool__
(self)¶int
__nonzero__
(self)¶int
Renderer
¶See GetRenderer