LinearGradientBrush::RotateTransform Method (Single)

 

Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.

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

public:
void RotateTransform(
	float angle
)

Parameters

angle
Type: System::Single

The angle of rotation.

For an example, see RotateTransform.

.NET Framework
Available since 1.1
Return to top
Show: