M_Rhino_Geometry_Point2d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d Constructor (Point2d)

Initializes a new instance of Point2d by copying another Point2d.

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

Syntax

C#

public Point2d(
	Point2d point
)

VB

Public Sub New ( 
	point As Point2d
)

Parameters

 

point
Type: Rhino.Geometry.Point2d
The point that will be copied.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2d Structure
Point2d Overload
Rhino.Geometry Namespace

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