Click or drag to resize

GH_Viewport Constructor (Point, Single)

Initializes a new instance of the GH_Viewport class

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Viewport(
	Point target,
	float zoom
)

Parameters

target
Type: System.DrawingPoint
zoom
Type: SystemSingle
See Also