Click or drag to resize

mxGraphViewReader Constructor (XmlReader)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new graph view reader and reads the given display XML data.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxGraphViewReader(
	XmlReader reader
)
Request Example View Source

Parameters

reader
Type: System.XmlXmlReader
Reader that represents the display XML data.
See Also