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

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

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

Same methods

ImageViewport::DeviceToWorldCoord ( Point screencoord ) : PointF