Click or drag to resize

Point Constructor

Creates a new instance of Point.

Namespace:  Dse.Geometry
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public Point(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The X coordinate.
y
Type: SystemDouble
The Y coordinate.
See Also