Transform.Rotate Method (Single)

SFML.Net

TransformRotate Method (Single)
Combine the current transform with a rotation.

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public void Rotate(
	float angle
)
Public Sub Rotate ( 
	angle As Single
)
public:
void Rotate(
	float angle
)
member Rotate : 
        angle : float32 -> unit 

Parameters

angle
Type: SystemSingle
Rotation angle, in degrees
See Also