.\" This is a wxWidgets manpage page generated from the XML docs .TH wxMirrorDC 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxMirrorDC \- A proxy device context allowing for simple mirroring. .SH DESCRIPTION wxMirrorDC is a simple wrapper class which is always associated with a real wxDC object and either forwards all of its operations to it without changes (no mirroring takes place) or exchanges x and y coordinates which makes it possible to reuse the same code to draw a figure and its mirror -- i.e. reflection related to the diagonal line x == y. wxMirrorDC has been added in wxWidgets version 2.5.0. .SH "PARENTS" wxDC .SH "INCLUDE FILES" wx/dcmirror.h .SH MEMBERS .SS wxMirrorDC (wxDC& dcbool 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). .SH "SEE ALSO" wxDC .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.