GH_ViewportFocus Method (Point) |
Look at a specific point.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void Focus(
Point pt
)
Public Sub Focus (
pt As Point
)
Parameters
- pt
- Type: System.DrawingPoint
Point to focus on.
See Also