TB
Feb 11th, 2001, 10:45 AM
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
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