: Hi,
:
: I'm attempting to use c++, windows api GDI, to create a bitmap of
: something I painted on the screen. Once I create the bitmap I want
: to be able to move it about the window.
:
: I couldn't find anything too great on google about it, so I broke
: down and I'm asking for your help.
:
: If you don't know, possibly if you point me in the direction of a
: tutorial/code of how to make mspaint, I'd be able to figure it out.
:
: Thanks.
:
If you run Windows, the Windows API provides you with several bitmap operations which suit your needs.
http://msdn2.microsoft.com/en-us/library/ms532343.aspx