.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.agw.artmanager .. highlight:: python .. _wx.lib.agw.artmanager.DCSaver: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.artmanager.DCSaver** ========================================================================================================================================== Construct a DC saver. The dc is copied as-is. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class DCSaver:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.artmanager.DCSaver.__init__` Default class constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: DCSaver(object) Construct a DC saver. The dc is copied as-is. .. method:: __init__(self, pdc) Default class constructor. :param `pdc`: an instance of :class:`wx.DC`.