Click or drag to resize

GH_CanvasValidatorCanCreateObject Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool CanCreateObject(
	Guid id,
	PointF pt
)

Parameters

id
Type: SystemGuid
pt
Type: System.DrawingPointF

Return Value

Type: Boolean

Implements

IGH_CanvasValidatorCanCreateObject(Guid, PointF)
See Also