EffectFactory.EffectStraighten 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.
Rotates the image according to the specified angle, and crops the image so that no non-image portions are visible.
[Android.Runtime.Register("EFFECT_STRAIGHTEN")]
public const string EffectStraighten;
[<Android.Runtime.Register("EFFECT_STRAIGHTEN")>]
val mutable EffectStraighten : string
Field Value
- Attributes
Remarks
Rotates the image according to the specified angle, and crops the image so that no non-image portions are visible.
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.</td> <td>Float, between -45 and +45.</td> </tr> </table>
Java documentation for android.media.effect.EffectFactory.EFFECT_STRAIGHTEN
.
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.