Click or drag to resize

mxCellStateSetAbsoluteTerminalPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the first or last point in the list of points depending on source.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void SetAbsoluteTerminalPoint(
	mxPoint point,
	bool source
)
Request Example View Source

Parameters

point
Type: imbSCI.Graph.MXGraph.utilsmxPoint
Point that represents the terminal point.
source
Type: SystemBoolean
Boolean that specifies if the first or last point should be assigned.
See Also