Click or drag to resize

mxFastOrganicLayoutmove 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 layou will position the vertex as close to the point (x, y) as possible. Not yet implemented.

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

Parameters

cell
Type: SystemObject
x
Type: SystemDouble
y
Type: SystemDouble

Implements

mxIGraphLayoutmove(Object, Double, Double)
See Also