Click or drag to resize

mxGraphViewUpdateFixedTerminalPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the fixed source or target terminal point on the given edge.

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

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
State whose terminal point should be updated.
terminal
Type: imbSCI.Graph.MXGraph.viewmxCellState
State which represents the actual terminal.
source
Type: SystemBoolean
Boolean that specifies if the terminal is the source.
constraint
Type: imbSCI.Graph.MXGraph.viewmxConnectionConstraint
Constraint that specifies the connection.
See Also