StretchBlt(hdcDest, x, y, width, height, hdcSrc, nXSrc, nYSrc, nWidthSrc, nHeightSrc, dwRop)
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
Parameters
hdcDest : int
handle to destination DCx : int
x-coord of destination upper-left cornery : int
y-coord of destination upper-left cornerwidth : int
width of destination rectangleheight : int
height of destination rectanglehdcSrc : int
handle to source DCnXSrc : int
x-coord of source upper-left cornernYSrc : int
y-coord of source upper-left cornernWidthSrc : int
width of source rectanglenHeightSrc : int
height of source rectangledwRop : int
raster operation code