Version

Rotate Method (Graphics)

Applies the specified rotation to the transformation matrix.
Syntax
'Declaration
 
Public Sub Rotate( _
   ByVal centerX As Single, _
   ByVal centerY As Single, _
   ByVal angle As Single _
) 
public void Rotate( 
   float centerX,
   float centerY,
   float angle
)

Parameters

centerX
X-component of the rotation center.
centerY
Y-component of the rotation center.
angle
Angle of rotation in degrees.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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