Click or drag to resize

diaShapeAddConnection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the connection.

Namespace:  imbSCI.Graph.DiagramLibraries.DiaShape
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public diaConnectionPoint AddConnection(
	double x,
	double y,
	bool main = false
)
Request Example View Source

Parameters

x
Type: SystemDouble
The x.
y
Type: SystemDouble
The y.
main (Optional)
Type: SystemBoolean
if set to true [main].

Return Value

Type: diaConnectionPoint
See Also