Geometry.CreatePoint 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)
Syntax public abstract Point2d CreatePoint(
double x,
double y
)
Public MustOverride Function CreatePoint (
x As Double,
y As Double
) As Point2d
Parameters
- x
- Type: System.Double
X coordinate. - y
- Type: System.Double
Y coordinate.
Return Value
Type:
Point2dSee Also