F
FlyDayDream
Unregistered / Unconfirmed
GUEST, unregistred user!
path:= extractfilepath(application.exename)+'Pic/a.jpg';
Bitmap1:=TJpegimage.Create;
bitmap1.LoadFromFile(path);
TlistView(sender).Canvas.Draw(0,0,BitMap1);
就是这样加上的。
但是我变大或缩小窗口,图片闪烁。 怎么办?
Bitmap1:=TJpegimage.Create;
bitmap1.LoadFromFile(path);
TlistView(sender).Canvas.Draw(0,0,BitMap1);
就是这样加上的。
但是我变大或缩小窗口,图片闪烁。 怎么办?