Click or drag to resize

mxICanvasDrawCell Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given cell.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
Object DrawCell(
	mxCellState state
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
State of the cell to be painted.

Return Value

Type: Object
Object that represents the vertex.
See Also