Click or drag to resize

GeometryMovePoint Method

Move the 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 MovePoint(
	Point2d point,
	double x,
	double y
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
The coordinates to move.
x
Type: SystemDouble
Amount of movement in X direction.
y
Type: SystemDouble
The amount of movement in the Y direction.

Return Value

Type: Point2d
See Also