Android.Media.Effect.EffectFactory.EffectRotate Field
Parameter nameMeaningValid values
angleThe angle of rotation in degrees.Integer value. This will be rounded to the nearest multiple of 90.

Syntax

[Android.Runtime.Register("EFFECT_ROTATE")]
public const string EffectRotate

Remarks

Parameter nameMeaningValid values
angleThe angle of rotation in degrees.Integer value. This will be rounded to the nearest multiple of 90.

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:

[Android Documentation]

Requirements

Namespace: Android.Media.Effect
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14