static | DecodeByteArray(byte[], int, int) : BitmapDecode an immutable bitmap from the specified byte array. |
static | DecodeByteArray(byte[], int, int, BitmapFactory.Options) : BitmapDecode 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) : BitmapDecode a file path into a bitmap. |
static | DecodeFile(string, BitmapFactory.Options) : BitmapDecode 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) : BitmapDecode a bitmap from the file descriptor. |
static | DecodeFileDescriptor(Java.IO.FileDescriptor, Rect, BitmapFactory.Options) : BitmapDecode 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) : BitmapSynonym for BitmapFactory.DecodeResource(Android.Content.Res.Resources, System.Int32, System.Int32)
with null Options. |
static | DecodeResource(Android.Content.Res.Resources, int, BitmapFactory.Options) : BitmapSynonym 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) : BitmapDecode 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) : BitmapDecode an input stream into a bitmap. |
static | DecodeStream(System.IO.Stream, Rect, BitmapFactory.Options) : BitmapDecode 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. |