X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6e9a8189cfd9189418d6c0976a8a07f3bcd914b..9c71a1386d70836180f8e78346d9f38c74980f11:/docs/latex/wx/memorydc.tex?ds=sidebyside diff --git a/docs/latex/wx/memorydc.tex b/docs/latex/wx/memorydc.tex index 8f4c510d2b..eadaa1d991 100644 --- a/docs/latex/wx/memorydc.tex +++ b/docs/latex/wx/memorydc.tex @@ -41,13 +41,14 @@ can be reselected into another memory DC. \membersection{wxMemoryDC::wxMemoryDC}\label{wxmemorydcctor} -\func{}{wxMemoryDC}{\void} +\func{}{wxMemoryDC}{\param{const wxBitmap\& }{bitmap = wxNullBitmap}} Constructs a new memory device context. 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. +in creating a usable device context. If you don't pass a valid bitmap +to the constructor, don't forget to select a bitmap into the DC before +drawing on it. \membersection{wxMemoryDC::SelectObject}\label{wxmemorydcselectobject}