示例#1
0
 private double Distance(Point p1, Point p2)
 {
     return(RectHelper.Subtract(p1, p2).Length());
 }