Click or drag to resize

mxGraphGetBoundingBox Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounds of the given cell.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxRectangle GetBoundingBox(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject

Return Value

Type: mxRectangle
See Also