I want to draw a HBITMAP onto HDC,
I used StretchDIBits. It works fine. ::StretchDIBits.
however, I only want a window to watch the drawing result, beside the window, I wish the stretchDIBits do not take any effect(It can not draw on other area), how can I do this?