Click or drag to resize

mxGeometryClone Method

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

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

Return Value

Type: mxGeometry
Returns a clone of the geometry.
See Also