RhinoView.ScreenToClient Method (Point2d)

RhinoViewScreenToClient Method (Point2d)

[Missing <summary> documentation for "M:Rhino.Display.RhinoView.ScreenToClient(Rhino.Geometry.Point2d)"]

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

Parameters

screenPoint
Type: Rhino.GeometryPoint2d

[Missing <param name="screenPoint"/> documentation for "M:Rhino.Display.RhinoView.ScreenToClient(Rhino.Geometry.Point2d)"]

Return Value

Type: Point2d

[Missing <returns> documentation for "M:Rhino.Display.RhinoView.ScreenToClient(Rhino.Geometry.Point2d)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also