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
)
Public MustOverride Function MovePoint (
point As Point2d,
x As Double,
y As Double
) As Point2d
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:
Point2dSee Also