ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / RotationRef Method / RotationRef(Matrix3x2,Single) Method
When the method completes, contains the created rotation matrix.
Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.

In This Topic
    RotationRef(Matrix3x2,Single) Method
    In This Topic
    Creates a matrix that rotates.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub RotationRef( _
       ByRef result As Matrix3x2, _
       ByVal degrees As System.Single _
    ) 
    public static void RotationRef( 
       out Matrix3x2 result,
       System.float degrees
    )

    Parameters

    result
    When the method completes, contains the created rotation matrix.
    degrees
    Angle of rotation, in degrees. Angles are measured clockwise when looking along the rotation axis.
    See Also