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