Creates a new instance of 
Point.
            
 
    Namespace: 
   Cassandra.Geometry
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic Point(
	double x,
	double y
)
Parameters
- x
 - Type: SystemDouble
The X coordinate. - y
 - Type: SystemDouble
The Y coordinate. 
See Also