EffectFactory.EffectRotate Field

Definition

Rotates the image.

[Android.Runtime.Register("EFFECT_ROTATE")]
public const string EffectRotate;
[<Android.Runtime.Register("EFFECT_ROTATE")>]
val mutable EffectRotate : string

Field Value

Attributes

Remarks

Rotates the image. The output frame size must be able to fit the rotated version of the input image. Note that the rotation snaps to a the closest multiple of 90 degrees.

Available parameters:

<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>angle</td> <td>The angle of rotation in degrees.</td> <td>Integer value. This will be rounded to the nearest multiple of 90.</td> </tr> </table>

Java documentation for android.media.effect.EffectFactory.EFFECT_ROTATE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to