原理
程序算法
procedure TForm
var
newbmp:TBitmap;
i
begin
newbmp:= TBitmap
newbmp
newbmp
bmpheight:=image
bmpwidth:=image
i:=
while i< =bmpheight do
begin
j:=i;
while j >
begin
newbmp
image
Rect(
newbmp
(
image
Rect(
j:=j
end;
form
i:=i+
end;
newbmp
end;
原理
程序算法
procedure TForm
var
newbmp:TBitmap;
i
begin
newbmp:= TBitmap
newbmp
newbmp
bmpheight:=image
bmpwidth:=image
i:=
while i< =bmpwidth do
begin
j:=i;
while j >
begin
newbmp
image
Rect(bmpwidth
newbmp
(bmpwidth
image
Rect(i
j:=j
end;
form
i:=i+
end;
newbmp
end;
[
From:http://tw.wingwit.com/Article/program/Delphi/201311/25000.html