Click or drag to resize

mxGraphViewUpdateVertexLabelOffset Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates the absoluteOffset of the given vertex cell state. This takes into account the label position styles.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void UpdateVertexLabelOffset(
	mxCellState state
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
Cell state whose absolute offset should be updated.
See Also