AGW Logo

agw_title DCSaver

Construct a DC saver. The dc is copied as-is.

hierarchy Inheritance Diagram

Inheritance diagram for: DCSaver

Inheritance diagram of DCSaver


method_summary Methods Summary

__init__Default class constructor.
__del__While destructing, restores the dc pen and brush.

API Class API

class DCSaver(object)[source]

Construct a DC saver. The dc is copied as-is.



__init__(pdc)[source]

Default class constructor.

Parameters:pdc – an instance of wx.DC.
Tree

Table Of Contents

Previous topic

ArtManager

Next topic

RendererBase