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

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

    Parameters

    matrix
    angle
    The angle for the rotation in radians.
    order
    A MatrixOrderEx indicating the order in which the rotation should be applied
    See Also