Click or drag to resize

mxIGraphLayoutmove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Notified when a cell is being moved in a parent that has automatic layout to update the cell state (eg. index) so that the outcome of the layout will position the vertex as close to the point (x, y) as possible.

Namespace:  imbSCI.Graph.MXGraph.layout
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void move(
	Object cell,
	double x,
	double y
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell which is being moved.
x
Type: SystemDouble
X-coordinate of the new cell location.
y
Type: SystemDouble
Y-coordinate of the new cell location.
See Also