Click or drag to resize

mxGraphViewGetVisibleTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the nearest ancestor terminal that is visible. The edge appears to be connected to this terminal on the display.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object GetVisibleTerminal(
	Object edge,
	bool source
)
Request Example View Source

Parameters

edge
Type: SystemObject
Cell whose visible terminal should be returned.
source
Type: SystemBoolean
Boolean that specifies if the source or target terminal should be returned.

Return Value

Type: Object
Returns the visible source or target terminal.
See Also