Click or drag to resize

mxUtilsGetBoundingBox Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the bounding box of the rotated rectangle.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static mxRectangle GetBoundingBox(
	mxRectangle rect,
	double rotation
)
Request Example View Source

Parameters

rect
Type: imbSCI.Graph.MXGraph.utilsmxRectangle
rotation
Type: SystemDouble

Return Value

Type: mxRectangle
See Also