Click or drag to resize

mxGraphDrawState Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the given cell and label onto the specified canvas. No children or descendants are painted.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void DrawState(
	mxICanvas canvas,
	mxCellState state,
	string label
)
Request Example View Source

Parameters

canvas
Type: imbSCI.Graph.MXGraph.canvasmxICanvas
state
Type: imbSCI.Graph.MXGraph.viewmxCellState
label
Type: SystemString
See Also