Introduction to Programming with DotSpatial

Create a new VB or C# application and right click over the project on the solution explorer. On the context menu select the add reference and add the following reference from the DotSpatial folder. ... 'We are going to store the mouse click coordinates into this array. Dim lineArray As New List(Of Coordinate) ... //This method is used to ... ................
................