How two add line from point A to B

المشرف العام

Administrator
طاقم الإدارة
I am trying to draw a line between two lines .

I could create points by using createPoint Method

position1 = new Coordinate(10, 10); geos.Add(gf.CreatePoint(position1));

But i am not sure how to make line

I tried this line of code but its shows error i just dont know what are the parrameters aux.Add(gf.CreateLineString(10,10, 20,20);



أكثر...
 
أعلى