View Single Post
  #5 (permalink)  
Old 10-23-2008, 03:43 PM
derez's Avatar
derez derez is offline
Basic4ppc Expert
 
Join Date: May 2007
Posts: 916
Awards Showcase
Beta Tester Competition Winner 
Total Awards: 2
Default

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
__________________
David Erez
Ramat Hasharon, Israel
Reply With Quote