Click or drag to resize

GH_PreviewBoundary Constructor

Create a new preview boundary.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_PreviewBoundary(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
Points on boundary.
See Also