Click or drag to resize

mxRectangle Constructor (mxRectangle)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a copy of the given rectangle.

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

Parameters

rect
Type: imbSCI.Graph.MXGraph.utilsmxRectangle
Rectangle to construct a copy of.
See Also