#include </home/zeitlin/src/wx/github/interface/wx/overlay.h>
Public Member Functions | |
wxDCOverlay (wxOverlay &overlay, wxDC *dc, int x, int y, int width, int height) | |
Connects this overlay to the corresponding drawing dc, if the overlay is not initialized yet this call will do so. | |
wxDCOverlay (wxOverlay &overlay, wxDC *dc) | |
Convenience wrapper that behaves the same using the entire area of the dc. | |
virtual | ~wxDCOverlay () |
Removes the connection between the overlay and the dc. | |
void | Clear () |
Clears the layer, restoring the state at the last init. |
Connects this overlay to the corresponding drawing dc, if the overlay is not initialized yet this call will do so.
Convenience wrapper that behaves the same using the entire area of the dc.
virtual wxDCOverlay::~wxDCOverlay | ( | ) | [virtual] |
Removes the connection between the overlay and the dc.
void wxDCOverlay::Clear | ( | ) |
Clears the layer, restoring the state at the last init.