Click or drag to resize

mxGraphViewGetBoundingBox Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounding box for an array of cells or null, if no cells are specified.

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

Parameters

cells
Type: SystemObject

Return Value

Type: mxRectangle
See Also