Example #1
0
        public static Point2D smethod_8(
            Interface28 xInterval,
            Interface28 yInterval,
            Point2D point)
        {
            double x = Class794.smethod_7(xInterval, point.X);
            double y = Class794.smethod_7(yInterval, point.Y);

            if (x == point.X && y == point.Y)
            {
                return(point);
            }
            return(new Point2D(x, y));
        }