📄 mirrordc.tex
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name: mirrordc.tex%% Purpose: wxMirrorDC documentation%% Author: Vadim Zeitlin%% Modified by:%% Created: 21.07.03%% RCS-ID: $Id: mirrordc.tex,v 1.6 2005/02/22 15:09:51 ABX Exp $%% Copyright: (c) 2003 Vadim Zeitlin%% License: wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxMirrorDC}}\label{wxmirrordc}wxMirrorDC is a simple wrapper class which is always associated with a real \helpref{wxDC}{wxdc} object and either forwards all of its operations to itwithout 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 andits mirror -- i.e. reflection related to the diagonal line $x == y$.wxMirrorDC has been added in wxWidgets version 2.5.0.\wxheading{Derived from}\helpref{wxDC}{wxdc}\wxheading{Include files}<wx/dcmirror.h>\helponly{\insertatlevel{2}{\wxheading{Members}}}\membersection{wxMirrorDC::wxMirrorDC}\label{wxmirrordcwxmirrordc}\func{}{wxMirrorDC}{\param{wxDC\& }{dc}, \param{bool }{mirror}}Creates a (maybe) mirrored DC associated with the real \arg{dc}. Everythingdrawn 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).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -