Click or drag to resize

mxGdiCanvasDrawText Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Draws the specified text either using drawHtmlString or using drawString.

Namespace:  imbSCI.Graph.MXGraph.canvas
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void DrawText(
	string text,
	int x,
	int y,
	int w,
	int h,
	Dictionary<string, Object> style
)
Request Example View Source

Parameters

text
Type: SystemString
x
Type: SystemInt32
X-coordinate of the text.
y
Type: SystemInt32
Y-coordinate of the text.
w
Type: SystemInt32
Width of the text.
h
Type: SystemInt32
Height of the text.
style
Type: System.Collections.GenericDictionaryString, Object
Style to be used for painting the text.
See Also