Click or drag to resize

mxPoint Constructor (Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs a new point at (x, y).

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

Parameters

x
Type: SystemDouble
X-coordinate of the point to be created.
y
Type: SystemDouble
Y-coordinate of the point to be created.
See Also