GH_Painter.ConnectionPathBezier Method

GH_PainterConnectionPathBezier Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static BezierF ConnectionPathBezier(
	PointF source,
	PointF target
)
Public Shared Function ConnectionPathBezier ( 
	source As PointF,
	target As PointF
) As BezierF

Parameters

source
Type: System.DrawingPointF
target
Type: System.DrawingPointF

Return Value

Type: BezierF
See Also