X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b06ba076647cf00663f451b789bbdf96331ac470..a0c2e4a050f4f2e8d344483ba4cfaa8b08a1fe87:/docs/latex/wx/mirrordc.tex diff --git a/docs/latex/wx/mirrordc.tex b/docs/latex/wx/mirrordc.tex index 3dbbac3924..ff36713c79 100644 --- a/docs/latex/wx/mirrordc.tex +++ b/docs/latex/wx/mirrordc.tex @@ -17,16 +17,21 @@ without changes (no mirroring takes place) or exchanges {\it x} and {\it 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 wxWindows version 2.5.0. +wxMirrorDC has been added in wxWidgets version 2.5.0. \wxheading{Derived from} -\helpref{wxDC}{wxdc} +\helpref{wxDC}{wxdc}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \helponly{\insertatlevel{2}{\wxheading{Members}}} @@ -34,10 +39,9 @@ wxMirrorDC has been added in wxWindows version 2.5.0. \func{}{wxMirrorDC}{\param{wxDC\& }{dc}, \param{bool }{mirror}} -Creates a (maybe) mirrored DC associated with the real \it{dc}. Everything -drawn on wxMirrorDC will appear (and maybe mirrored) on \it{dc}. - -\it{mirror} specifies if we do mirror (if it is \it{true}) or not (if it is -\it{false}). +Creates a (maybe) mirrored DC associated with the real \arg{dc}. Everything +drawn on wxMirrorDC will appear (and maybe mirrored) on \arg{dc}. +\arg{mirror} specifies if we do mirror (if it is \true) or not (if it is +\false).