Click or drag to resize

mxGeometryGetTerminalPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the point representing the source or target point of this edge. This is only used if the edge has no source or target vertex.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxPoint GetTerminalPoint(
	bool source
)
Request Example View Source

Parameters

source
Type: SystemBoolean
Boolean that specifies if the source or target point should be returned.

Return Value

Type: mxPoint
Returns the source or target point.
See Also