Click or drag to resize

mxICanvasDrawLabel Method

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

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

Parameters

text
Type: SystemString
String that represents the label.
state
Type: imbSCI.Graph.MXGraph.viewmxCellState
State of the cell whose label is to be painted.
html
Type: SystemBoolean
Specifies if the label contains HTML markup.

Return Value

Type: Object
Object that represents the label.
See Also