Click or drag to resize

mxGraphViewGetRoutingCenterY Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the y-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 GetRoutingCenterY(
	mxCellState state
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState

Return Value

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