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
)
Public MustOverride Sub Rotate (
point As Point2d,
angle As Double
)
Parameters
- point
- Type: RootPro.RootProCAD.GeometryPoint2d
Center of rotation. - angle
- Type: SystemDouble
Angle (Degree) of rotation.
See Also