Example #1
0
 protected float AngleBetween(PointF fromPoint, PointF toPoint)
 {
     return(GeneralFunctionsv1.AngleBetween(fromPoint, toPoint));
 }