Removed duplicate wxDCClipper documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-07-01 20:21:49 +00:00
parent c851c8b468
commit b3f6656af6

View File

@@ -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}
<wx/dc.h>
\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.