There are various methods of the Map object, point, lines polygons etc. something like this
TheMap.DrawLineEx(layer, X1, Y1, X2, Y2, Line, Colour)
Which means
themap = referance to your/the mapwin object
layer is a handel to the layer you want to draw on, needs to be a drawing layer
x,y are the co-ors
line is thickness, long i think
colour is colour as a long
See here:
http://www.mapwindow.org/documentation/mapwingis4.8/group__map__drawing__layers.html#gab1a3948800e4159ae3f7677a338bf277
TheMap.DrawLineEx(layer, X1, Y1, X2, Y2, Line, Colour)
Which means
themap = referance to your/the mapwin object
layer is a handel to the layer you want to draw on, needs to be a drawing layer
x,y are the co-ors
line is thickness, long i think
colour is colour as a long
See here:
http://www.mapwindow.org/documentation/mapwingis4.8/group__map__drawing__layers.html#gab1a3948800e4159ae3f7677a338bf277