Click or drag to resize

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)
Syntax
public abstract Point2d CreatePoint(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X coordinate.
y
Type: SystemDouble
Y coordinate.

Return Value

Type: Point2d
See Also