Click or drag to resize

mxGraphViewUpdateEdgeBounds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the given state using the bounding box of the absolute points. Also updates terminal distance, length and segments.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose bounds should be updated.
See Also