Click or drag to resize

mxGraphGetBoundingBox Method (Object, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounding box of the given cell including all connected edges if includeEdge is true.

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

Parameters

cell
Type: SystemObject
includeEdges
Type: SystemBoolean

Return Value

Type: mxRectangle
See Also