Click or drag to resize

mxCellStateClone Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a clone of this state where all members are deeply cloned except the view and cell references, which are copied with no cloning to the new instance.

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

Return Value

Type: mxCellState
See Also