Click or drag to resize

mxGraphViewReaderCreateCanvas Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the canvas to be used for rendering.

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

Parameters

attrs
Type: System.Collections.GenericDictionaryString, Object
Specifies the attributes of the new canvas.

Return Value

Type: mxICanvas
Returns a new canvas.
See Also