Y
yongxin800323
Unregistered / Unconfirmed
GUEST, unregistred user!
我想把2中的图象放到1中,为什么1不能填充完全,也就是1底下有空白?
SetStretchBltMode(image1.Canvas.Handle, STRETCH_DELETESCANS);
StretchBlt(image1.Canvas.Handle, 0, 0,image1.Width,image1.Height, image2.Canvas.Handle, 0, 0, image2.Width, image2.height,SRCCOPY);
SetStretchBltMode(image1.Canvas.Handle, STRETCH_DELETESCANS);
StretchBlt(image1.Canvas.Handle, 0, 0,image1.Width,image1.Height, image2.Canvas.Handle, 0, 0, image2.Width, image2.height,SRCCOPY);