Braincase.GanttChart.ImageViewport.DeviceToWorldCoord C# (CSharp) Method

DeviceToWorldCoord() public method

The device and world coordinates are the same for ImageViewport
public DeviceToWorldCoord ( Point screencoord ) : PointF
screencoord Point
return System.Drawing.PointF
        public PointF DeviceToWorldCoord(Point screencoord)
        {
            return screencoord;
        }

Same methods

ImageViewport::DeviceToWorldCoord ( PointF screencoord ) : PointF