Click or drag to resize

mxPoint Constructor (Point)

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(
	Point point
)
Request Example View Source

Parameters

point
Type: System.DrawingPoint
Point that specifies the location.
See Also