Rotate.Apply Method (Bitmap, Single)

Produces a rotated copy of a given bitmap. The source bitmap remains unchanged.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Bitmap Apply(
	Bitmap source,
	float angle
)

Parameters

source

Type: Aurigma.GraphicsMill.Bitmap

An Bitmap to rotate.
angle

Type: System.Single

The angle to rotate the image at (in degrees).

Return Value

A new Bitmap containing the result of rotate transformation.

See Also

Reference