This is an overloaded method that rotates a raster image.

Note: The following two methods have different arguments and also process the rotation differently. Because of this there is a difference in the time it takes to rotate the image depending on the image, environment, and conditions, etc. Even if your image does not have an alpha channel, you may find that using the second Rotate method is faster in some circumstances..

Overload List

This method rotates a raster image.

[Visual Basic] Public Function Rotate(angle As Integer, xTurn As Boolean, yTurn As Boolean, mode As Boolean, red As Byte, green As Byte, blue As Byte, clip As Boolean) As Boolean
[C#] public bool Rotate(int angle, bool xTurn, bool yTurn, bool mode, byte red, byte green, byte blue, bool clip)

 

 

This method rotates a raster image. Use this method for 32 bit images with an alpha channel. The alpha channel information is enabled.

[Visual Basic] Public Function Rotate(angle As Integer, xTurn As Boolean, yTurn As Boolean, mode As Boolean, alpha As Byte, red As Byte, green As Byte, blue As Byte, clip As Boolean) As Boolean
[C#] public bool Rotate(int angle, bool xTurn, bool yTurn, bool mode, byte alpha, byte red, byte green, byte blue, bool clip)

See Also

ImageKit.Effect Members | Newtone.ImageKit.WPF.ImageKit

The ImageKit WPF is created by Newtone Corporation