WindowManagerLayoutParams.Format Property
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.
The desired bitmap format.
[Android.Runtime.Register("format")]
public Android.Graphics.Format Format { get; set; }
[<Android.Runtime.Register("format")>]
member this.Format : Android.Graphics.Format with get, set
Property Value
- Attributes
Remarks
The desired bitmap format. May be one of the constants in android.graphics.PixelFormat
. The choice of format might be overridden by #setColorMode(int)
. Default is OPAQUE.
Java documentation for android.view.WindowManager.LayoutParams.format
.
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.