Is there any way to flip a Bitmap with function like BitBlt or StretchBlt. I'am getting really confused by the Cooridnates. Currenty i've tried some variation of this:
BitBlt(hdc,0,bmp.bmHeight,bmp.bmWidth,0,hdc,0,0,SRCCOPY);
Is it even possable with these functions?