Click or drag to resize

mxUtilsGetLabelPaintBounds Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the paint bounds for the given label.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxRectangle GetLabelPaintBounds(
	string label,
	Dictionary<string, Object> style,
	bool isHtml,
	mxPoint offset,
	mxRectangle vertexBounds,
	double scale
)
Request Example View Source

Parameters

label
Type: SystemString
style
Type: System.Collections.GenericDictionaryString, Object
isHtml
Type: SystemBoolean
offset
Type: imbSCI.Graph.MXGraph.utilsmxPoint
vertexBounds
Type: imbSCI.Graph.MXGraph.utilsmxRectangle
scale
Type: SystemDouble

Return Value

Type: mxRectangle
See Also