Click or drag to resize

mxGraphGetConnectionConstraint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a connection constraint that describes the given connection point. This result can then be passed to getConnectionPoint.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxConnectionConstraint GetConnectionConstraint(
	mxCellState edge,
	mxCellState terminal,
	bool source
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state that represents the edge.
terminal
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state that represents the terminal.
source
Type: SystemBoolean
Boolean indicating if the terminal is the source or target.

Return Value

Type: mxConnectionConstraint
See Also