View.Rotate Method

SFML.Net

ViewRotate Method
Rotate the view

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
Angle of rotation, in degrees
See Also