Click or drag to resize

mxPointClone Method

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

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

Return Value

Type: mxPoint
Returns a clone of the point.
See Also