Click or drag to resize

mxGeometrySetTerminalPoint Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the sourcePoint or targetPoint to the given point and returns the new point.

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

Parameters

point
Type: imbSCI.Graph.MXGraph.utilsmxPoint
Point to be used as the new source or target point.
source
Type: SystemBoolean
Boolean that specifies if the source or target point should be set.

Return Value

Type: mxPoint
Returns the new point.
See Also