Grasshopper API
GH_Border Constructor |
Create a new border.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public GH_Border( RectangleF rectangle, GH_BorderTopology topology )
Public Sub New ( rectangle As RectangleF, topology As GH_BorderTopology )
Parameters
- rectangle
- Type: System.DrawingRectangleF
Shape of border. - topology
- Type: Grasshopper.GUI.CanvasGH_BorderTopology
Border topology.
