Creates a Point instance
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public Point(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
Point(
double x,
double y
)
new :
x : float *
y : float -> Point
Parameters
- x
- Type: SystemDouble
The x coordinate of the point - y
- Type: SystemDouble
The y coordinate of the point
See Also