Click or drag to resize

mxPoint Constructor (mxPoint)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new point at the location of the given point.

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

Parameters

point
Type: imbSCI.Graph.MXGraph.utilsmxPoint
Point that specifies the location.
See Also