Click or drag to resize

RhinoViewScreenToClient Method (Point2d)

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

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

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)"]

See Also