Click or drag to resize

mxGraphViewReaderParseState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parses the bounds, absolute points and label information from the style of the state into its respective fields and returns the label of the cell.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public string ParseState(
	mxCellState state,
	bool edge
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
edge
Type: SystemBoolean

Return Value

Type: String
See Also