Grasshopper API
GH_CapsuleAddInputGrip Method (Single, Single) |
Add an input grip to this UI Box.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

public void AddInputGrip( float X, float Y )
Public Sub AddInputGrip ( X As Single, Y As Single )
Parameters
- X
- Type: SystemSingle
X coordinate of grip. - Y
- Type: SystemSingle
Y coordinate of grip.
