Click or drag to resize

GH_NamedView Constructor (GH_Viewport, Point, PointF)

Create a new view useful for point match transitions.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_NamedView(
	GH_Viewport view,
	Point point,
	PointF target
)

Parameters

view
Type: Grasshopper.GUI.CanvasGH_Viewport
Viewport this transition is supposed to work in.
point
Type: System.DrawingPoint
Point in control coordinates that is supposed to be matched.
target
Type: System.DrawingPointF
Point in canvas coordinates that will be matched.
See Also