RhinoViewScreenToClient Method (Point) |
Converts a point in screen coordinates to client coordinates for this view.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point ScreenToClient(
Point screenPoint
)
Public Function ScreenToClient (
screenPoint As Point
) As Point
Parameters
- screenPoint
- Type: System.DrawingPoint
The 2D screen point.
Return Value
Type:
PointA 2D point in client coordinates.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also