Agraham
Thanks for this library
I'm trying to use the drawlines and do not understand it, can you please check that the definition is correct :
in the help file:
DrawLines (pen As Pen, x1 As Int32, xy(n,2))
in the context menu its without the x1
anyway, I have two dimensional array name routepoints, I want to draw connected line from point 2 to 7 , how should i write it ? (the points are already defined in the array)
DrawLines (pen.value, routepoints??????) ?
Thanks