Click or drag to resize

GH_CanvasDropTargetValidatorCanDragObject Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool CanDragObject(
	IGH_DocumentObject object,
	PointF dragFromPoint
)

Parameters

object
Type: Grasshopper.KernelIGH_DocumentObject
dragFromPoint
Type: System.DrawingPointF

Return Value

Type: Boolean
See Also