Click or drag to resize

mxGraphViewUpdateFloatingTerminalPoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the terminal points in the given state after the edge style was computed for the edge.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
State whose terminal points should be updated.
source
Type: imbSCI.Graph.MXGraph.viewmxCellState
State that represents the source terminal.
target
Type: imbSCI.Graph.MXGraph.viewmxCellState
State that represents the target terminal.
See Also