Lingua

SurfaceControl.BufferTransformMirrorHorizontalRotate90 Campo

Definizione

Attenzione

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

Speculare orizzontalmente e ruotare 90 gradi in senso orario.

[Android.Runtime.Register("BUFFER_TRANSFORM_MIRROR_HORIZONTAL_ROTATE_90", ApiSince=37)]
[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 BufferTransformMirrorHorizontalRotate90 = 5;
[<Android.Runtime.Register("BUFFER_TRANSFORM_MIRROR_HORIZONTAL_ROTATE_90", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.BufferTransform enum directly instead of this field.", true)>]
val mutable BufferTransformMirrorHorizontalRotate90 : Android.Views.BufferTransform

Valore del campo

Value = 5

Implementazioni

Attributi

Commenti

Speculare orizzontalmente e ruotare 90 gradi in senso orario. Equivalente a (BUFFER_TRANSFORM_MIRROR_HORIZONTAL | BUFFER_TRANSFORM_ROTATE_90).

Informazioni di riferimento su Android per android.view.SurfaceControl.BUFFER_TRANSFORM_MIRROR_HORIZONTAL_ROTATE_90.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a