Click or drag to resize

GH_NamedViewSetToViewport Method (GH_Canvas, Int32)

Animates a view transition.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetToViewport(
	GH_Canvas cv,
	int length
)

Parameters

cv
Type: Grasshopper.GUI.CanvasGH_Canvas
Canvas to apply the transition to.
length
Type: SystemInt32
Length (in milliseconds) of the transition.
See Also