GH_Capsule.AddInputGrip Method (Single, Single)

GH_CapsuleAddInputGrip Method (Single, Single)

Add an input grip to this UI Box.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
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.
See Also