X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/213ad8e72cb6e838d15bf54145d661b081dca308..bd8bd26a7954f8d6d73c1928dce735bfe74548d0:/docs/latex/wx/dc.tex?ds=sidebyside diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index b74a3341e9..bb6f457df8 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -1121,41 +1121,3 @@ Message is a message to show while printing. \func{bool}{StartPage}{\void} Starts a document page (only relevant when outputting to a printer). - -\section{\class{wxDCClipper}}\label{wxdcclipper} - -This is a small helper class which sets the specified DC to its constructor -clipping region and then automatically destroys it in its destructor. Using -it ensures that an unwanted clipping region is not left set on the DC. - -\wxheading{Derived from} - -No base class - -\wxheading{Include files} - - - -\wxheading{See also} - -\helpref{wxDC}{wxdc} - -\latexignore{\rtfignore{\wxheading{Members}}} - - -\membersection{wxDCClipper::wxDCClipper}\label{wxdcclipperctor} - -\func{}{wxDCClipper}{\param{wxDC\& }{dc}, \param{wxCoord }{x},\param{wxCoord }{y},\param{wxCoord }{w},\param{wxCoord }{h},} - -\func{}{wxDCClipper}{\param{wxDC\& }{dc}, \param{const wxRect\&}{ rect}} - -Constructor: sets the clipping region for the given device context to the -specified rectangle. - - -\membersection{wxDCClipper::\destruct{wxDCClipper}}\label{wxdcclipperdtor} - -\func{}{\destruct{wxDCClipper}}{\void} - -Destructor: destroys the clipping region set in the constructor. -