SurfaceControl.BufferTransformIdentity 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.
Caution
This constant will be removed in the future version. Use Android.Views.BufferTransform enum directly instead of this field.
Identity transform.
[Android.Runtime.Register("BUFFER_TRANSFORM_IDENTITY", 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 BufferTransformIdentity = 0;
[<Android.Runtime.Register("BUFFER_TRANSFORM_IDENTITY", 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 BufferTransformIdentity : Android.Views.BufferTransform
Field Value
Value = 0Implements
- Attributes
Remarks
Identity transform.
These transforms that can be applied to buffers as they are displayed to a window.
Java documentation for android.view.SurfaceControl.BUFFER_TRANSFORM_IDENTITY
.
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.