Rotate.Apply Method

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

Overload List

Name Description
Public method Apply(Bitmap)

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

(Inherited from Transform.)
Public method Static member Apply(Bitmap, Single)

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

Public method Static member Apply(Bitmap, Single, Color, InterpolationMode)

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

See Also

Reference