Creates a Point instance
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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