ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / RotateAt Method
The angle for the rotation.
The point to rotate around.
A MatrixOrderEx indicating the order in which the rotation should be applied

In This Topic
    RotateAt Method
    In This Topic
    Applies a clockwise rotation to the System.Numerics.Matrix3x2, around the point specified and by the indicated angle, in the order specified.
    Syntax
    'Declaration
     
    Public Shared Function RotateAt( _
       ByVal matrix As Matrix3x2, _
       ByVal angle As Single, _
       ByVal point As Vector2, _
       Optional ByVal order As MatrixOrderEx _
    ) As Matrix3x2
    public static Matrix3x2 RotateAt( 
       Matrix3x2 matrix,
       float angle,
       Vector2 point,
       MatrixOrderEx order
    )

    Parameters

    matrix
    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
    See Also