Click or drag to resize

mxGraphView Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new view for the given graph.

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

Parameters

graph
Type: imbSCI.Graph.MXGraph.viewmxGraph
Reference to the enclosing graph.
See Also