Click or drag to resize

Point Constructor

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
)

Parameters

x
Type: SystemDouble
The x coordinate of the point
y
Type: SystemDouble
The y coordinate of the point
See Also