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