ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / RotateAt Method / RotateAt(Coordinate,Single) Method
A Coordinate class that represents the center of the rotation.
The angle (extent) of the rotation.

In This Topic
    RotateAt(Coordinate,Single) Method
    In This Topic
    Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation
    Syntax
    'Declaration
     
    
    Public Overloads Sub RotateAt( _
       ByVal point As Coordinate, _
       ByVal angle As Single _
    ) 
    public void RotateAt( 
       Coordinate point,
       float angle
    )

    Parameters

    point
    A Coordinate class that represents the center of the rotation.
    angle
    The angle (extent) of the rotation.
    See Also