Grasshopper API
GH_DragInfo Constructor |
Create a new DragInfo instance.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)
public GH_DragInfo( Point drag_point, Rectangle initial_shape )
Public Sub New ( drag_point As Point, initial_shape As Rectangle )
Parameters
- drag_point
- Type: System.DrawingPoint
Start point of drag op. - initial_shape
- Type: System.DrawingRectangle
Initial shape associated with drag op.