public Point ScreenToEditor(Point screenPos) { Point[] points = new Point[] { screenPos }; Inverse.TransformPoints(points); return(points[0]); }