Problem shrinking with StretchBlt()
- by SparkyNZ
Hi. I have some code that paints my own rectangular buttons based on a source bitmap.
Most of the time the destination buttons are bigger than my source bitmap image and StretchBlt works fine. However, when the destination is smaller than the source image, StretchBlt refuses to fill the entire destination area.
I know StretchBlt isn't great on…