#include <wx/dcmirror.h>
reflection related to the diagonal line x == y.
Public Member Functions | |
wxMirrorDC (wxDC &dc, bool mirror) | |
Creates a (maybe) mirrored DC associated with the real dc. |
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 ] |