GH_DragInfo.Region Property

GH_DragInfoRegion Property

Gets or sets the drag limits. If the region is Rectangle.Empty then the region is ignored. For valid results the Region should be larger than the dimensions of the drag box.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Rectangle Region { get; set; }
Public Property Region As Rectangle
	Get
	Set

Property Value

Type: Rectangle

[Missing <value> documentation for "P:Grasshopper.GUI.GH_DragInfo.Region"]

See Also