Click or drag to resize

mxGraphGetChildOffsetForCell Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the offset to be used for the cells inside the given cell. The root and layer cells may be identified using mxGraphModel.isRoot and mxGraphModel.isLayer. This implementation returns null.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint GetChildOffsetForCell(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose offset should be returned.

Return Value

Type: mxPoint
Returns the child offset for the given cell.
See Also