Computer Science Canada Paint Program... cannot draw continuous line |
Author: | eskalion [ Thu Dec 11, 2008 11:14 am ] | ||
Post subject: | Paint Program... cannot draw continuous line | ||
Here is my code for my Paint Program.
When I run the program and draw with the mouse too fast, there are blank spaces between the drawfillovals. I can't draw a continous "line" if I move my mouse too fast. Is there anyway to fix this? |
Author: | Insectoid [ Thu Dec 11, 2008 2:03 pm ] | ||
Post subject: | RE:Paint Program... cannot draw continuous line | ||
You should have it draw lines between the current coordinates and the past coordinates, rather than just a dot.
this can be changed to Draw.ThickLine if you want. |
Author: | eskalion [ Thu Dec 11, 2008 10:01 pm ] |
Post subject: | Re: Paint Program... cannot draw continuous line |
Wow! Thanks... It worked... sweet. |