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