RhinoView.ScreenToClient Method (Point)

RhinoViewScreenToClient Method (Point)

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

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point ScreenToClient(
	Point screenPoint
)
Public Function ScreenToClient ( 
	screenPoint As Point
) As Point

Parameters

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

Return Value

Type: Point
A 2D point in client coordinates.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also