Click or drag to resize

mxGraphViewGetRoutingCenterX Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the x-coordinate of the center point for automatic routing.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public double GetRoutingCenterX(
	mxCellState state
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState

Return Value

Type: Double
Returns the x-coordinate of the routing center point.
See Also