Android.Graphics.BitmapFactory: Method Members

The methods of Android.Graphics.BitmapFactory are listed below. For a list of all members, see the BitmapFactory Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
DecodeByteArray(byte[], int, int) : Bitmap
Decode an immutable bitmap from the specified byte array.
static
DecodeByteArray(byte[], int, int, BitmapFactory.Options) : Bitmap
Decode an immutable bitmap from the specified byte array.
static
DecodeByteArrayAsync(byte[], int, int) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeByteArrayAsync(byte[], int, int, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeFile(string) : Bitmap
Decode a file path into a bitmap.
static
DecodeFile(string, BitmapFactory.Options) : Bitmap
Decode a file path into a bitmap.
static
DecodeFileAsync(string) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeFileAsync(string, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeFileDescriptor(Java.IO.FileDescriptor) : Bitmap
Decode a bitmap from the file descriptor.
static
DecodeFileDescriptor(Java.IO.FileDescriptor, Rect, BitmapFactory.Options) : Bitmap
Decode a bitmap from the file descriptor.
static
DecodeFileDescriptorAsync(Java.IO.FileDescriptor) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeFileDescriptorAsync(Java.IO.FileDescriptor, Rect, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeResource(Android.Content.Res.Resources, int) : Bitmap
Synonym for BitmapFactory.DecodeResource(Android.Content.Res.Resources, System.Int32, System.Int32) with null Options.
static
DecodeResource(Android.Content.Res.Resources, int, BitmapFactory.Options) : Bitmap
Synonym for opening the given resource and calling BitmapFactory.DecodeResourceStream(Android.Content.Res.Resources, Android.Util.TypedValue, Android.Util.TypedValue, Android.Util.TypedValue, Android.Util.TypedValue).
static
DecodeResourceAsync(Android.Content.Res.Resources, int) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeResourceAsync(Android.Content.Res.Resources, int, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeResourceStream(Android.Content.Res.Resources, Android.Util.TypedValue, System.IO.Stream, Rect, BitmapFactory.Options) : Bitmap
Decode a new Bitmap from an InputStream.
static
DecodeResourceStreamAsync(Android.Content.Res.Resources, Android.Util.TypedValue, System.IO.Stream, Rect, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeStream(System.IO.Stream) : Bitmap
Decode an input stream into a bitmap.
static
DecodeStream(System.IO.Stream, Rect, BitmapFactory.Options) : Bitmap
Decode an input stream into a bitmap.
static
DecodeStreamAsync(System.IO.Stream) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.
static
DecodeStreamAsync(System.IO.Stream, Rect, BitmapFactory.Options) : System.Threading.Tasks.Task<Bitmap>
Documentation for this section has not yet been entered.