Click or drag to resize

mxGraphViewGetNextPoint 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 GetNextPoint(
	mxCellState edge,
	mxCellState opposite,
	bool source
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
State that represents the edge.
opposite
Type: imbSCI.Graph.MXGraph.viewmxCellState
State that represents the opposite terminal.
source
Type: SystemBoolean
Boolean indicating if the next point for the source or target should be returned.

Return Value

Type: mxPoint
See Also