Bitmap.GetConfig Method
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.
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
- 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.