Dotted line

Blitz3D Forums/Blitz3D Programming/Dotted line

MattG(Posted 2004) [#1]
Hi ,

I am using the rect function to draw a rectangle (in an editor) to select multiple obects . you know the thing i mean (window selection)

that all works fine ..but it would look better if the line was dotted ... is there a simple way to do that ?

thanks

Matt


fredborg(Posted 2004) [#2]
There is a dotted line function in this code: http://www.blitzbasic.com/codearcs/codearcs.php?code=532


MattG(Posted 2004) [#3]
cheers fredborg .. now implemented !

thanks

Matt