Prepends a clockwise rotation, around the origin and by the indicated angle, to the
MatrixEx.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub Rotate( _
ByVal angle As System.Single _
) |
C# | |
---|
public void Rotate(
System.float angle
) |
Parameters
- angle
- The angle for the rotation.
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