In the Win32 API, if a Device Context contains a bitmap (presumably on which
the user is drawing), it is possible using the 'GetCurrentObject' API call
and the 'OBJ_BITMAP' ObjectType, to obtain a handle to the underlying bitmap.
It is then possible to reference this bitmap in calls to BitBlt, or other
associated Bitmap-processing routines.
How do I obtain a reference to the Bitmap object associated with a Graphics
object in .NET