M_Rhino_Geometry_Point2d__ctor_3 - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d Constructor (Double, Double)

Initializes a new instance of Point2d from coordinates.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point2d(
	double x,
	double y
)

VB

Public Sub New ( 
	x As Double,
	y As Double
)

Parameters

 

x
Type: System.Double
The X (first) coordinate.
y
Type: System.Double
The Y (second) coordinate.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2d Structure
Point2d Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️