Langue

SurfaceControl.BufferTransformMirrorHorizontal Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Views.BufferTransform enum directly instead of this field.

Miroir horizontal.

[Android.Runtime.Register("BUFFER_TRANSFORM_MIRROR_HORIZONTAL", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.BufferTransform enum directly instead of this field.", true)]
public const Android.Views.BufferTransform BufferTransformMirrorHorizontal = 1;
[<Android.Runtime.Register("BUFFER_TRANSFORM_MIRROR_HORIZONTAL", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.BufferTransform enum directly instead of this field.", true)>]
val mutable BufferTransformMirrorHorizontal : Android.Views.BufferTransform

Valeur de champ

Value = 1

Implémente

Attributs

Remarques

Miroir horizontal. Peut être combiné avec #BUFFER_TRANSFORM_MIRROR_VERTICAL et #BUFFER_TRANSFORM_ROTATE_90.

Java documentation pour android.view.SurfaceControl.BUFFER_TRANSFORM_MIRROR_HORIZONTAL.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à