Click or drag to resize
Point Constructor (Double, Double)
Create a Point instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Point(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
East-west value of the coordinate.
y
Type: SystemDouble
North-south value of the coordinate.
See Also