Click or drag to resize

GH_PainterDrawConnection Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void DrawConnection(
	PointF pointA,
	PointF pointB,
	GH_WireDirection directionA,
	GH_WireDirection directionB,
	bool selectedA,
	bool selectedB,
	GH_WireType type
)

Parameters

pointA
Type: System.DrawingPointF
pointB
Type: System.DrawingPointF
directionA
Type: Grasshopper.GUI.CanvasGH_WireDirection
directionB
Type: Grasshopper.GUI.CanvasGH_WireDirection
selectedA
Type: SystemBoolean
selectedB
Type: SystemBoolean
type
Type: Grasshopper.GUI.CanvasGH_WireType
See Also