ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / RotationRef Method / RotationRef(Matrix3x2,Single,Point2F) Method

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

    Parameters

    result
    degrees
    center
    See Also