EffectFactory.EffectFlip Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flips image vertically and/or horizontally.
[Android.Runtime.Register("EFFECT_FLIP")]
public const string EffectFlip;
[<Android.Runtime.Register("EFFECT_FLIP")>]
val mutable EffectFlip : string
Field Value
- Attributes
Remarks
Flips image vertically and/or horizontally.
Available parameters:
<table> <tr><td>Parameter name</td><td>Meaning</td><td>Valid values</td></tr> <tr><td>vertical
</td> <td>Whether to flip image vertically.</td> <td>Boolean</td> </tr> <tr><td>horizontal
</td> <td>Whether to flip image horizontally.</td> <td>Boolean</td> </tr> </table>
Java documentation for android.media.effect.EffectFactory.EFFECT_FLIP
.
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.