#include </home/work/projects/wx/2.9/wx/interface/wx/dc.h>
Public Member Functions | |
| wxDCBrushChanger (wxDC &dc, const wxBrush &brush) | |
| Sets brush on the given dc, storing the old one. | |
| ~wxDCBrushChanger () | |
| Restores the brush originally selected in the DC passed to the ctor. | |
Sets brush on the given dc, storing the old one.
| dc | The DC where the brush must be temporary set. | |
| brush | The brush to set. |
| wxDCBrushChanger::~wxDCBrushChanger | ( | ) |
Restores the brush originally selected in the DC passed to the ctor.
|
[ top ] |