Click or drag to resize

mxGraphViewUpdateBoundingBox Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the bounding box in the given cell state.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose bounding box should be updated.

Return Value

Type: mxRectangle
See Also