Click or drag to resize

ShapeRotate Method

Rotate the shape.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void Rotate(
	Point2d point,
	double angle
)

Parameters

point
Type: RootPro.RootProCAD.GeometryPoint2d
Center of rotation.
angle
Type: SystemDouble
Angle (Degree) of rotation.
See Also