Click or drag to resize

mxGraphGetPaintBounds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounding box of the given cells and their descendants.

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

Parameters

cells
Type: SystemObject

Return Value

Type: mxRectangle
See Also