Click or drag to resize

GH_ViewportFocus Method (PointF)

Look at a specific point.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void Focus(
	PointF pt
)

Parameters

pt
Type: System.DrawingPointF
Point to focus on.
See Also