'Declaration
Public Overloads Sub RotateAt( _ ByVal point As Coordinate, _ ByVal angle As Single _ )
public void RotateAt( Coordinate point, float angle )
Parameters
- point
- A Coordinate class that represents the center of the rotation.
- angle
- The angle (extent) of the rotation.