Click or drag to resize

RhinoViewClientToScreen Method (Point2d)

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

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point2d ClientToScreen(
	Point2d clientPoint
)

Parameters

clientPoint
Type: Rhino.GeometryPoint2d

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

Return Value

Type: Point2d

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

See Also