The StretchBlt function copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary. Windows stretches or compresses the bitmap according to the stretching mode currently set in the destination device context.
Declare Function StretchBlt Lib “gdi32″ Alias “StretchBlt” (ByVal hdc [...]
April 30, 2008
Posted in

content rss