StretchBlt的参数有关问题

StretchBlt的参数问题
StretchBlt的第6,7个参数int   xSrc,   int   ySrc是什么意思啊!
请指教!多谢!

------解决方案--------------------
xSrc
Specifies the x-coordinate (in logical units) of the upper-left corner of the source rectangle.

ySrc
Specifies the x-coordinate (in logical units) of the upper-left corner of the source rectangle.


------解决方案--------------------
就是从原图的x,y开始画
就像BitBlt的7,8个参数
------解决方案--------------------
其中xSrc指明的是原图像的左上角的X坐标,而ySrc指明的是原图像左上角的Y坐标,二者运用的都是逻辑坐标。
------解决方案--------------------
指定目标矩形的左上角的逻辑x坐标