Visual Basic (Declaration) | |
---|---|
Public Overloads Sub RotateAt( _ ByVal angle As System.Single, _ ByVal point As PointFEx, _ ByVal order As MatrixOrderEx _ ) |
C# | |
---|---|
public void RotateAt( System.float angle, PointFEx point, MatrixOrderEx order ) |
Parameters
- angle
- The angle for the rotation.
- point
- The point to rotate around.
- order
- A MatrixOrderEx indicating the order in which the rotation should be applied