Click or drag to resize

mxGraphGetBoundsForCells Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounds for the given cells.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxRectangle GetBoundsForCells(
	Object[] cells,
	bool includeEdges,
	bool includeDescendants,
	bool boundingBox
)
Request Example View Source

Parameters

cells
Type: SystemObject
includeEdges
Type: SystemBoolean
includeDescendants
Type: SystemBoolean
boundingBox
Type: SystemBoolean

Return Value

Type: mxRectangle
See Also