Click or drag to resize

mxGraphGetConnectionPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the nearest point in the list of absolute points or the center of the opposite terminal.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint GetConnectionPoint(
	mxCellState vertex,
	mxConnectionConstraint constraint
)
Request Example View Source

Parameters

vertex
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state that represents the vertex.
constraint
Type: imbSCI.Graph.MXGraph.viewmxConnectionConstraint
Connection constraint that represents the connection point constraint as returned by getConnectionConstraint.

Return Value

Type: mxPoint
See Also