I'm getting “Quote of the Day” sent to my SPOT watch, which is kinda neat... so I thought it might be good to start an “API of the day” on the blog...
So here's today's API (submitted by Matt Young)
SetStretchBltMode( ) - New for Windows CE 5.0
SetStretchBltMode basically defines what happens when you call StretchBlt. The 4.2 (and the 5.0 behavior) when Calling StretchBlt is COLORONCOLOR. The interesting bit is the addition of BILINEAR – which is a bi-directional (x,y) linear interpolation for stretching (not shrinking!) when blt-ing.
- Mike