Connects an overlay with a drawing DC.
See also
Connects this overlay to the corresponding drawing dc, if the overlay is not initialized yet this call will do so. |
|
Clears the layer, restoring the state at the last init. |
Possible constructors:
DCOverlay(overlay : Overlay, dc : DC, x : int, y : int, width : int,
height : int) -> None
DCOverlay(overlay : Overlay, dc : DC) -> None
Connects an overlay with a drawing DC.
__init__ (self, overlay : Overlay, dc : DC, x : int, y : int, width : int, height : int)
Connects this overlay to the corresponding drawing dc, if the overlay is not initialized yet this call will do so.
overlay (wx.Overlay)
dc (wx.DC)
x (int)
y (int)
width (int)
height (int)
None
__init__ (self, overlay : Overlay, dc : DC)
Convenience wrapper that behaves the same using the entire area of the dc.
overlay (wx.Overlay)
dc (wx.DC)
None
Clears the layer, restoring the state at the last init.
None