Point2d Constructor (Point2d) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point2d(
Point2d point
)
Public Sub New (
point As Point2d
)
Parameters
- point
- Type: Rhino.GeometryPoint2d
The point that will be copied.
See Also