DesktopBitmapRotate Method

Rotates a bitmap on the specified in degrees angle.

Definition

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

Parameters

degrees  Int32
Value of the angle degrees.

Implements

IBitmapRotate(Int32)

See Also