Introduction - If you have any usage issues, please Google them yourself
Graphical display techniques, this is one piece of code procedure TForm1.Button1Click (Sender: TObject) var newbmp: TBitmap i, bmpheight, bmpwidth: integer// push-pull begin newbmp: = TBitmap.Create newbmp.Width: = image1.Width newbmp.Height : = image1.Height bmpheight: = image1.Height bmpwidth: = image1.Width for i: = 0 to bmpheight do begin newbmp.Canvas.CopyRect (Rect (0, bmpheight-i, bmpwidth, bmpheight), image1.Canvas, Rect (0,0, bmpwidth, i)) form1.Canvas.Draw (120100, newbmp) end newbmp.free end
Packet : 97288413tuxinxianshijiqiao.rar filelist
图形显示技巧\Project1.cfg
图形显示技巧\Project1.dof
图形显示技巧\Project1.dpr
图形显示技巧\Project1.exe
图形显示技巧\Project1.res
图形显示技巧\Unit1.dcu
图形显示技巧\Unit1.ddp
图形显示技巧\Unit1.dfm
图形显示技巧\Unit1.pas
图形显示技巧