Example #1
0
 return((double)Math.Sqrt(Math.Pow(point1.x - point2.x, 2.0) + Math.Pow(point1.y - point2.y, 2.0)));
Example #2
0
 DrawLine(point1.x, point2.x,