A
ayu310
Unregistered / Unconfirmed
GUEST, unregistred user!
各位打虾,我写的一个程序:
for i:=1 to image1.height-1 do
begin
p:=image1.picture.bitmap.scanline;
for j:=1 to image1.width-1 do
begin
……
end;
end;
可是大循环没有结束就出现scanline 的越界错误。( scanline index out of rang);
是什么原因?
for i:=1 to image1.height-1 do
begin
p:=image1.picture.bitmap.scanline;
for j:=1 to image1.width-1 do
begin
……
end;
end;
可是大循环没有结束就出现scanline 的越界错误。( scanline index out of rang);
是什么原因?