Esempio n. 1
0
        public Direction TestGetDirections(float x1, float y1, float x2, float y2)
        {
            var p1 = new PointF(x1, y1);
            var p2 = new PointF(x2, y2);

            return(ccl.GetDirection(p1, p2));
        }