endmax=CInt(2*xmax/10)
tempi=CInt(2*xmax/10)
w=movestep
For ih=0 To w-1
For ik=0 To 9
For ij=0 To 9
l=tempi*ik+tempi/2
t=tempi*ij+tempi/2
i=BitBlt(hDestDC,1-(w-ih),t-ih,(w-ih)*2,1,hSrcDC,1-(w-ih), t-ih, SRCCOPY)
i=BitBlt(hDestDC,1-(w-ih),t+ih,(w-ih)*2,1,hSrcDC,1-(w-ih), t+ih, SRCCOPY)
Next ij
Next ik
Next ih
End Select
Form1.Refresh
movestep=movestep+2 ′步進(jìn)增加。
If movestep>endmax Then
bmpnum=bmpnum+1 ′進(jìn)到下一張畫。
If bmpnum>=bmpfilemax Then
bmpnum=0
End If
movestep=0
Picture1.Picture=LoadPicture(bmpfile(bmpnum))
End If End Sub
相關(guān)推薦:
2010年全國計(jì)算機(jī)等級(jí)二級(jí)VB考試題型與解題技巧 2010年全國計(jì)算機(jī)等級(jí)考試全攻略(一至四級(jí)) 2010年計(jì)算機(jī)等級(jí)考試二級(jí)公共基礎(chǔ)知識(shí)教程