Minor doc corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-09-23 19:36:28 +00:00
parent beb3c20c88
commit 01a01d1084
8 changed files with 11 additions and 14 deletions

View File

@@ -11,10 +11,7 @@ required.
A bitmap created dynamically or loaded from a file can be selected
into a memory device context (instance of \helpref{wxMemoryDC}{wxmemorydc}). This
enables the bitmap to be copied to a window or memory device context
using \helpref{wxDC::Blit}{wxdcblit}, or to be used as a drawing surface. The {\bf
wxToolBarSimple} class is implemented using bitmaps, and the toolbar demo
shows one of the toolbar bitmaps being used for drawing a miniature
version of the graphic which appears on the main window.
using \helpref{wxDC::Blit}{wxdcblit}, or to be used as a drawing surface.
See \helpref{wxMemoryDC}{wxmemorydc} for an example of drawing onto a bitmap.