Click or drag to resize

Point Constructor

Creates a Point instance

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