Lingua

SurfaceControl.BufferTransformRotate180 Campo

Definizione

Attenzione

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

Ruotare 180 gradi in senso orario.

[Android.Runtime.Register("BUFFER_TRANSFORM_ROTATE_180", 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 BufferTransformRotate180 = 3;
[<Android.Runtime.Register("BUFFER_TRANSFORM_ROTATE_180", 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 BufferTransformRotate180 : Android.Views.BufferTransform

Valore del campo

Value = 3

Implementazioni

Attributi

Commenti

Ruotare 180 gradi in senso orario. Non può essere combinato con altre trasformazioni. Equivalente a (#BUFFER_TRANSFORM_MIRROR_HORIZONTAL | #BUFFER_TRANSFORM_MIRROR_VERTICAL).

per android.view.SurfaceControl.BUFFER_TRANSFORM_ROTATE_180.

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