******* wx.GCDC ******* Inheritance diagram for `wx.GCDC`: | .. inheritance-diagram:: wx.GCDC | Description =========== Proxy of C++ GCDC class. Derived From ^^^^^^^^^^^^^ * `wx.DC `_ * `wx.Object `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `Flush <#Flush>`_ * `GetGraphicsContext <#GetGraphicsContext>`_ * `SetGraphicsContext <#SetGraphicsContext>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `GraphicsContext <#GraphicsContext>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(dc) Constructor. **Parameters:** * `dc` (`wx.WindowDC `_) | **Returns:** `wx.GCDC `_ -------- .. method:: Flush() `No docstrings available for this method.` -------- .. method:: GetGraphicsContext() Returns the associated `wx.GraphicsContext`. | **Returns:** `wx.GraphicsContext `_ -------- .. method:: SetGraphicsContext(ctx) Assigns a `wx.GraphicsContext` to the `wx.GCDC`. **Parameters:** * `ctx` (`wx.GraphicsContext `_) -------- Properties ^^^^^^^^^^ .. attribute:: GraphicsContext See `GetGraphicsContext`_ and `SetGraphicsContext`_