#include <wx/dcmirror.h>

Public Member Functions | |
| wxMirrorDC (wxDC &dc, bool mirror) | |
| wxMirrorDC::wxMirrorDC | ( | wxDC & | dc, | |
| bool | mirror | |||
| ) |
Creates a (maybe) mirrored DC associated with the real dc. Everything drawn on wxMirrorDC will appear (and maybe mirrored) on dc.
mirror specifies if we do mirror (if it is true) or not (if it is false).
|
[ top ] |