BitmapFactory.DecodeFileDescriptorAsync Method

Definition

Overloads

DecodeFileDescriptorAsync(FileDescriptor, Rect, BitmapFactory+Options)
DecodeFileDescriptorAsync(FileDescriptor)

DecodeFileDescriptorAsync(FileDescriptor, Rect, BitmapFactory+Options)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeFileDescriptorAsync (Java.IO.FileDescriptor? fd, Android.Graphics.Rect? outPadding, Android.Graphics.BitmapFactory.Options? opts);
static member DecodeFileDescriptorAsync : Java.IO.FileDescriptor * Android.Graphics.Rect * Android.Graphics.BitmapFactory.Options -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parameters

outPadding
Rect

Returns

Remarks

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

DecodeFileDescriptorAsync(FileDescriptor)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeFileDescriptorAsync (Java.IO.FileDescriptor? fd);
static member DecodeFileDescriptorAsync : Java.IO.FileDescriptor -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parameters

Returns

Remarks

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