Click or drag to resize

mxBasicCanvasDrawLabel Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
see com.mxgraph.mxICanvas.DrawLabel()

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public abstract Object DrawLabel(
	string text,
	mxCellState state,
	bool html
)
Request Example View Source

Parameters

text
Type: SystemString
state
Type: imbSCI.Graph.MXGraph.viewmxCellState
html
Type: SystemBoolean

Return Value

Type: Object

Implements

mxICanvasDrawLabel(String, mxCellState, Boolean)
See Also