Click or drag to resize

mxGraphDrawGraph Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the graph onto the given canvas.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void DrawGraph(
	mxICanvas canvas
)
Request Example View Source

Parameters

canvas
Type: imbSCI.Graph.MXGraph.canvasmxICanvas
Canvas onto which the graph should be drawn.
See Also