Click or drag to resize

RhinoViewScreenToClient Method (Point)

Converts a point in screen coordinates to client coordinates for this view.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point ScreenToClient(
	Point screenPoint
)

Parameters

screenPoint
Type: System.DrawingPoint
The 2D screen point.

Return Value

Type: Point
A 2D point in client coordinates.
See Also