Initializes a new instance of the
Point2d class
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public Point2d(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Parameters
- x
- Type: SystemDouble
X coordinate. - y
- Type: SystemDouble
Y coordinate.
See Also