Matrix::Rotate Method (Single)

 

Prepend to this Matrix a clockwise rotation, around the origin and by the specified angle.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void Rotate(
	float angle
)

Parameters

angle
Type: System::Single

The angle of the rotation, in degrees.

.NET Framework
Available since 1.1
Return to top
Show: