Click or drag to resize

mxGraphViewReaderParseElement Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parses the given element and paints it onto the canvas.

Namespace:  imbSCI.Graph.MXGraph.reader
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void ParseElement(
	string tagName,
	Dictionary<string, Object> attrs
)
Request Example View Source

Parameters

tagName
Type: SystemString
Name of the node to be parsed.
attrs
Type: System.Collections.GenericDictionaryString, Object
Attributes of the node to be parsed.
See Also