Click or drag to resize

mxGraphGetCellBounds Method (Object, Boolean, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounds 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 GetCellBounds(
	Object cell,
	bool includeEdges,
	bool includeDescendants,
	bool boundingBox
)
Request Example View Source

Parameters

cell
Type: SystemObject
includeEdges
Type: SystemBoolean
includeDescendants
Type: SystemBoolean
boundingBox
Type: SystemBoolean

Return Value

Type: mxRectangle
See Also