X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2edb0bdef6238c8c246b6978bc14828b7033d931..760f0fc2f4b875beb06e5ecd6d69b891d8360efe:/docs/latex/wx/memorydc.tex?ds=inline diff --git a/docs/latex/wx/memorydc.tex b/docs/latex/wx/memorydc.tex index a94e74c77b..8f4c510d2b 100644 --- a/docs/latex/wx/memorydc.tex +++ b/docs/latex/wx/memorydc.tex @@ -39,7 +39,7 @@ can be reselected into another memory DC. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxMemoryDC::wxMemoryDC} +\membersection{wxMemoryDC::wxMemoryDC}\label{wxmemorydcctor} \func{}{wxMemoryDC}{\void} @@ -49,9 +49,9 @@ Use the {\it Ok} member to test whether the constructor was successful in creating a usable device context. Don't forget to select a bitmap into the DC before drawing on it. -\membersection{wxMemoryDC::SelectObject} +\membersection{wxMemoryDC::SelectObject}\label{wxmemorydcselectobject} -\func{}{SelectObject}{\param{const wxBitmap\& }{bitmap}} +\func{void}{SelectObject}{\param{const wxBitmap\& }{bitmap}} Selects the given bitmap into the device context, to use as the memory bitmap. Selecting the bitmap into a memory DC allows you to draw into