Click or drag to resize

mxGraphModelGetOrigin Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the absolute, cummulated origin for the children inside the given parent.

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

Parameters

cell
Type: SystemObject

Return Value

Type: mxPoint
See Also