Click or drag to resize

mxGraphViewUpdateFloatingTerminalPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the absolute terminal point in the given state for the given start and end state, where start is the source if source is true.

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

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
State whose terminal point should be updated.
start
Type: imbSCI.Graph.MXGraph.viewmxCellState
for the terminal on "this" side of the edge.
end
Type: imbSCI.Graph.MXGraph.viewmxCellState
for the terminal on the other side of the edge.
source
Type: SystemBoolean
Boolean indicating if start is the source terminal state.
See Also