**************** wx.GraphicsBrush **************** Inheritance diagram for `wx.GraphicsBrush`: | .. inheritance-diagram:: wx.GraphicsBrush | Description =========== A `wx.GraphicsBrush` is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance. Derived From ^^^^^^^^^^^^^ * `wx.GraphicsObject `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__() A `wx.GraphicsBrush` is a native representation of a brush. It is used for filling a path on a `wx.GraphicsContext `_. The contents are specific and private to the respective renderer. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance. | **Returns:** `wx.GraphicsBrush `_