Click or drag to resize

mxUtilsGetLabelSize Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the size of the given label.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxRectangle GetLabelSize(
	string label,
	Dictionary<string, Object> style,
	int width
)
Request Example View Source

Parameters

label
Type: SystemString
style
Type: System.Collections.GenericDictionaryString, Object
width
Type: SystemInt32

Return Value

Type: mxRectangle
See Also