Click or drag to resize

mxGraph Constructor (mxIGraphModel)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new graph for the specified model. If no model is specified, then a new, empty graph model is used.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxGraph(
	mxIGraphModel model
)
Request Example View Source

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
See Also