Braincase.GanttChart.ImageViewport.DeviceToWorldCoord C# (CSharp) Метод

DeviceToWorldCoord() публичный Метод

The device and world coordinates are the same for ImageViewport
public DeviceToWorldCoord ( Point screencoord ) : PointF
screencoord Point
Результат System.Drawing.PointF
        public PointF DeviceToWorldCoord(Point screencoord)
        {
            return screencoord;
        }

Same methods

ImageViewport::DeviceToWorldCoord ( PointF screencoord ) : PointF