Click or drag to resize

Point2d Constructor (Double, Double)

Initializes a new instance of Point2d from coordinates.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point2d(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
The X (first) coordinate.
y
Type: SystemDouble
The Y (second) coordinate.
See Also