knighthead
Programmer
I have been able to get data out of a bitmap in an MFC OnDraw method if I use the GetPixel method. This approach is, however, too slow.
Does anyone know how to get a pointer to the current
bitmap so that the data could be copied. I have
tried various things that seem should work but cannot
get the data. All a seem to get is a null pointer
to the bitmap.
Does anyone know how to get a pointer to the current
bitmap so that the data could be copied. I have
tried various things that seem should work but cannot
get the data. All a seem to get is a null pointer
to the bitmap.