X
xluke
Unregistered / Unconfirmed
GUEST, unregistred user!
我要为图片生产缩略图并画在image1上,大致归纳步骤如下:
1.resclaeimage(picture1.bitmap,picture2.bitmap)
//自编过程,将picture1缩小为picture2
2.image1.canvas.stretchdraw(rect:TRect,picture2.graphic)
结果居然是大图picture1的中间挖了一块。
调试时在第1步后加了一个showmessage(....)
居然成功了,这是为什么?但总不能在程序中弹出一个message巴。
望各位大侠不吝赐教。
1.resclaeimage(picture1.bitmap,picture2.bitmap)
//自编过程,将picture1缩小为picture2
2.image1.canvas.stretchdraw(rect:TRect,picture2.graphic)
结果居然是大图picture1的中间挖了一块。
调试时在第1步后加了一个showmessage(....)
居然成功了,这是为什么?但总不能在程序中弹出一个message巴。
望各位大侠不吝赐教。