Click or drag to resize

mxGraphDrawCell Method

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

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

Parameters

canvas
Type: imbSCI.Graph.MXGraph.canvasmxICanvas
Canvas onto which the cell should be drawn.
cell
Type: SystemObject
Cell that should be drawn onto the canvas.
See Also