SurfaceControl.BufferTransformRotate270 Campo

Definición

Precaución

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

Gire 270 grados en sentido de reloj.

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

Valor de campo

Value = 7

Implementaciones

Atributos

Comentarios

Gire 270 grados en sentido de reloj. No se puede combinar con otras transformaciones. Equivalente a (#BUFFER_TRANSFORM_ROTATE_180 | #BUFFER_TRANSFORM_ROTATE_90).

Java documentación para android.view.SurfaceControl.BUFFER_TRANSFORM_ROTATE_270.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a