Method ScreenToView
ScreenToView(int, int)
Converts a point from screen-relative coordinates to view-relative coordinates.
public Point ScreenToView(int x, int y)
Parameters
Returns
- Point
The mapped point.
Converts a point from screen-relative coordinates to view-relative coordinates.
public Point ScreenToView(int x, int y)
The mapped point.