ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Rotate Method / Rotate(Single) Method
A float indicates the clockwise angle.

In This Topic
    Rotate(Single) Method
    In This Topic
    Applies a clockwise rotation of the specified angle about the origin to this Matrix object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Rotate( _
       ByVal angle As Single _
    ) 
    public void Rotate( 
       float angle
    )

    Parameters

    angle
    A float indicates the clockwise angle.
    See Also