GeometryCreatePoint Method |
Create a "
Point2d structure representing coordinates.
Namespace:
RootPro.RootProCAD.Geometry
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntaxpublic abstract Point2d CreatePoint(
double x,
double y
)
Public MustOverride Function CreatePoint (
x As Double,
y As Double
) As Point2d
Parameters
- x
- Type: SystemDouble
X coordinate. - y
- Type: SystemDouble
Y coordinate.
Return Value
Type:
Point2d
See Also