ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Rotation Method / Rotation(Single) Method
Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.

In This Topic
    Rotation(Single) Method
    In This Topic
    Creates a matrix that rotates.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Rotation( _
       ByVal degrees As Single _
    ) As Matrix3x2
    public static Matrix3x2 Rotation( 
       float degrees
    )

    Parameters

    degrees
    Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.

    Return Value

    The created rotation matrix.
    See Also