I trie to fill out a PictueBox control (for example blue) with the Pset function, it takes days.
Can I improve the speed of that?
That is the code:
For x = 0 to PictureBox.Width-1
For y = 0 to PictureBox.Height-1
Pset (x,y) , 0
Next y
Next x
|
Results 1 to 3 of 3
Thread: Slow
|
Click Here to Expand Forum to Full Width |