IBitmap.Rotate Method

Rotates a bitmap on the specified in degrees angle.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
void Rotate(
	int degrees
)

Parameters

degrees  Int32
Value of the angle degrees.

See Also