Click or drag to resize

GH_CanvasDropTargetValidatorDropRegion Property

Gets or sets the dropregion for this validator. Regions are cloned so you can dispose of the original immedately after assignment.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public RectangleF DropRegion { get; set; }

Property Value

Type: RectangleF

[Missing <value> documentation for "P:Grasshopper.GUI.Canvas.GH_CanvasDropTargetValidator.DropRegion"]

See Also