Grasshopper API
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)

public GH_NamedView( GH_Viewport view, Point point, PointF target )
Public Sub New ( view As GH_Viewport, point As Point, target As PointF )
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.
