Bitmap.GetConfig Method

Definition

If the bitmap's internal config is in one of the public formats, return that config, otherwise return null.

[Android.Runtime.Register("getConfig", "()Landroid/graphics/Bitmap$Config;", "")]
public Android.Graphics.Bitmap.Config? GetConfig ();
[<Android.Runtime.Register("getConfig", "()Landroid/graphics/Bitmap$Config;", "")>]
member this.GetConfig : unit -> Android.Graphics.Bitmap.Config

Returns

Bitmap.Config
Attributes

Remarks

Java documentation for android.graphics.Bitmap.getConfig().

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.

Applies to