RhinoViewScreenToClient Method (Point) |
Converts a point in screen coordinates to client coordinates for this view.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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:
PointA 2D point in client coordinates.
See Also