ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / RotateAt Method / RotateAt(Coordinate,Single,TransformOrder) Method
A Coordinate class that represents the center of the rotation.
The angle (extent) of the rotation.
A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.

In This Topic
    RotateAt(Coordinate,Single,TransformOrder) 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, _
       ByVal order As TransformOrder _
    ) 
    public void RotateAt( 
       Coordinate point,
       float angle,
       TransformOrder order
    )

    Parameters

    point
    A Coordinate class that represents the center of the rotation.
    angle
    The angle (extent) of the rotation.
    order
    A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.
    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