Initializes a new instance of the Point class with the specified initial properties.

Overload List

  NameDescription
Point()()()
Initializes a new instance of the Point class.
Point(CoordinateSystem)
Initializes a new instance of the Point class with the specified CoordinateSystem.
Point(Double, Double)
Initializes a new instance of the Point class with the specified X and Y coordinates.
Point(Double, Double, CoordinateSystem)
Initializes a new instance of the Point class with the specified X and Y coordinates and CoordinateSystem.
Point(Double, Double, Double)
Initializes a new instance of the Point class with the specified X, Y and Z coordinates.
Point(Double, Double, Double, CoordinateSystem)
Initializes a new instance of the Point class with the specified X, Y and Z coordinates and CoordinateSystem.

See Also