Posted: Thu Nov 06, 2008 10:32 pm Post subject: Dashed Line without using Draw.DashedLine
I was wondering how one could create a procedure similar to Draw.Line that creates a dashed line? However, without using Draw.DashedLine. How would one go about this?
Sponsor Sponsor
[Gandalf]
Posted: Thu Nov 06, 2008 10:42 pm Post subject: RE:Dashed Line without using Draw.DashedLine
Using a loop and Draw.Line(). Take a look at this and try to expand it: