Click or drag to resize

GeometryRotatePoint Method

Rotate 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 RotatePoint(
	Point2d point,
	Point2d origin,
	double angle
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
Coordinates to rotate.
origin
Type: RootPro.RootProCAD.GeometryPoint2d
Center point of rotation.
angle
Type: SystemDouble
Angle (Radian) of rotation.

Return Value

Type: Point2d
See Also