I want to paint HBITMAP on HDC,
I used StretchDIBits. It works fine. :: StretchDIBits.
however, I only need the window to see the drawing result, next to the window, I want the stretchDIBits to have no effect (it cannot draw on another area), how can I do that?
source
to share