X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6453876e12bc1c214a8831d2931f916124f97df0..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/latex/wx/dc.tex diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 8237643877..1cda5c4df9 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -53,8 +53,8 @@ released for each drawing operation. \membersection{wxDC::Blit}\label{wxdcblit} \func{bool}{Blit}{\param{long}{ xdest}, \param{long}{ ydest}, \param{long}{ width}, \param{long}{ height}, - \param{wxDC* }{source}, \param{long}{ xsrc}, \param{long}{ ysrc}, \param{int}{ logicalFunc}, - \param{bool }{useMask}} + \param{wxDC* }{source}, \param{long}{ xsrc}, \param{long}{ ysrc}, \param{int}{ logicalFunc = wxCOPY}, + \param{bool }{useMask = FALSE}} Copy from a source DC to this DC, specifying the destination coordinates, size of area to copy, source DC, source coordinates, and @@ -104,7 +104,7 @@ There is partial support for Blit in wxPostScriptDC, under X. See \helpref{wxMemoryDC}{wxmemorydc} for typical usage. -wxheading{See also} +\wxheading{See also} \helpref{wxMemoryDC}{wxmemorydc}, \helpref{wxBitmap}{wxbitmap}, \helpref{wxMask}{wxmask} @@ -440,8 +440,13 @@ printer page: dc.SetUserScale(min(scaleX,scaleY),min(scaleX,scaleY)); \end{verbatim} -\pythonnote{No arguments are required and the two values defining the -size are returned as a tuple.} +\pythonnote{In place of a single overloaded method name, wxPython +implements the following methods:\par +\indented{2cm}{\begin{twocollist} +\twocolitem{\bf{GetSize()}}{Returns a wxSize} +\twocolitem{\bf{GetSizeTuple()}}{Returns a 2-tuple (width, height)} +\end{twocollist}} +} \membersection{wxDC::GetTextBackground}\label{wxdcgettextbackground}