Click or drag to resize

mxGraphViewUpdateFixedTerminalPoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the initial absolute terminal points in the given state before the edge style is computed.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void UpdateFixedTerminalPoints(
	mxCellState edge,
	mxCellState source,
	mxCellState target
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose initial terminal points should be updated.
source
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state which represents the source terminal.
target
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state which represents the target terminal.
See Also