.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 by Total Control Software
   License:   wxWindows License

.. include:: headings.inc



.. _wx.DCPenChanger:

==========================================================================================================================================
|phoenix_title|  **wx.DCPenChanger**
==========================================================================================================================================

:ref:`wx.DCPenChanger`  is a small helper class for setting a pen on a :ref:`wx.DC`  and unsetting it automatically in the destructor, restoring the previous one. 
         








         



.. seealso:: :meth:`wx.DC.SetPen` , :ref:`wx.DCFontChanger`, :ref:`wx.DCTextColourChanger`, :ref:`wx.DCBrushChanger`, :ref:`wx.DCClipper`    







|

|class_hierarchy| Class Hierarchy
=================================

.. raw:: html

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>DCPenChanger</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.DCPenChanger_inheritance.svg" alt="Inheritance diagram of DCPenChanger" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.DCPenChanger.html" title="wx.DCPenChanger  is a small helper class for setting a pen on a wx.DC  and unsetting it automatically in the destructor, restoring the previous one." alt="" coords="5,5,173,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|method_summary| Methods Summary
================================

================================================================================ ================================================================================
:meth:`~wx.DCPenChanger.__init__`                                                Sets `pen`  on the given `dc`, storing the old one.
:meth:`~wx.DCPenChanger.__enter__`                                               
:meth:`~wx.DCPenChanger.__exit__`                                                
================================================================================ ================================================================================


|


|api| Class API
===============


.. class:: wx.DCPenChanger(object)

   **Possible constructors**::

       DCPenChanger(dc, pen) -> None
       
   
   DCPenChanger is a small helper class for setting a pen on a DC and
   unsetting it automatically in the destructor, restoring the previous
   one.



   .. method:: __init__(self, dc, pen)

      Sets `pen`  on the given `dc`, storing the old one. 
                 




      :param `dc`: The DC where the pen must be temporary set.   
      :type `dc`: wx.DC
      :param `pen`: The pen to set.   
      :type `pen`: wx.Pen








      :rtype: `None`     




                  





   .. method:: __enter__(self)




   .. method:: __exit__(self, exc_type, exc_val, exc_tb)



