Click or drag to resize

mxGraphViewUpdatePoints Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the absolute points in the given state using the specified array of points as the relative points.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void UpdatePoints(
	mxCellState edge,
	List<mxPoint> points,
	mxCellState source,
	mxCellState target
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose absolute points should be updated.
points
Type: System.Collections.GenericListmxPoint
Array of points that constitute the relative points.
source
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell that represents the source terminal.
target
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell that represents the target terminal.
See Also