Click or drag to resize

mxRectangleClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a new instance of the same rectangle.

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

Return Value

Type: mxRectangle
Returns a clone of the rectangle.
See Also