Click or drag to resize

mxGraphViewUpdateEdgeState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Validates the given cell state.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
geo
Type: imbSCI.Graph.MXGraph.modelmxGeometry
source
Type: imbSCI.Graph.MXGraph.viewmxCellState
target
Type: imbSCI.Graph.MXGraph.viewmxCellState
See Also