Click or drag to resize

mxCellState Constructor (mxGraphView, Object, DictionaryString, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new object that represents the current state of the given cell in the specified view.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCellState(
	mxGraphView view,
	Object cell,
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

view
Type: imbSCI.Graph.MXGraph.viewmxGraphView
Graph view that contains the state.
cell
Type: SystemObject
Cell that this state represents.
style
Type: System.Collections.GenericDictionaryString, Object
Array of key, value pairs that constitute the style.
See Also