急,为什么在屏幕上取点的颜色和画点运行很慢啊,特别是在2K和XP里很慢,而98很快?
co1:=getpixel(getdc(0),i,j);
co2:=getpixel(getdc(0),i,j);
if co1<>co2 then cn:=SetPixel(getdc(0),i,j,200);