ComponentOne MultiSelect 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also