Point2d Constructor (Point2d) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point2d(
Point2d point
)
Public Sub New (
point As Point2d
)
Parameters
- point
- Type: Rhino.GeometryPoint2d
The point that will be copied.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also