Click or drag to resize

mxGraphViewGetBoundingBox Method (mxCellState, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounding box of the shape and the label for the given cell state and its children if recurse is true.

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

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose bounding box should be returned.
recurse
Type: SystemBoolean
Boolean indicating if the children should be included.

Return Value

Type: mxRectangle
See Also