.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2018 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.DCBrushChanger: ========================================================================================================================================== |phoenix_title| **wx.DCBrushChanger** ========================================================================================================================================== :ref:`wx.DCBrushChanger` is a small helper class for setting a brush on a :ref:`wx.DC` and unsetting it automatically in the destructor, restoring the previous one. .. seealso:: :meth:`wx.DC.SetBrush` , :ref:`wx.DCFontChanger`, :ref:`wx.DCTextColourChanger`, :ref:`wx.DCPenChanger`, :ref:`wx.DCClipper` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;"> <img id="toggleBlock-trigger" src="_static/images/closed.png"/> Inheritance diagram for class <strong>DCBrushChanger</strong>: </div> <div id="toggleBlock-summary" style="display:block;"></div> <div id="toggleBlock-content" style="display:none;"> <p class="graphviz"> <center><img src="_static/images/inheritance/wx.DCBrushChanger_inheritance.png" alt="Inheritance diagram of DCBrushChanger" usemap="#dummy" class="inheritance"/></center> <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script> <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.DCBrushChanger.html" title="wx.DCBrushChanger is a small helper class for setting a brush on a wx.DC and unsetting it automatically in the destructor, restoring the previous one." alt="" coords="5,5,165,35"/> </map> </p> </div> | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.DCBrushChanger.__init__` Sets `brush` on the given `dc`, storing the old one. :meth:`~wx.DCBrushChanger.__enter__` :meth:`~wx.DCBrushChanger.__exit__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.DCBrushChanger(object) **Possible constructors**:: DCBrushChanger(dc, brush) DCBrushChanger is a small helper class for setting a brush on a DC and unsetting it automatically in the destructor, restoring the previous one. .. method:: __init__(self, dc, brush) Sets `brush` on the given `dc`, storing the old one. :param `dc`: The DC where the brush must be temporary set. :type `dc`: wx.DC :param `brush`: The brush to set. :type `brush`: wx.Brush .. method:: __enter__(self) .. method:: __exit__(self, exc_type, exc_val, exc_tb)