BitmapFactory.DecodeFileAsync Method

Definition

Overloads

DecodeFileAsync(String)
DecodeFileAsync(String, BitmapFactory+Options)

DecodeFileAsync(String)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeFileAsync (string? pathName);
static member DecodeFileAsync : string -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parameters

pathName
String

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

DecodeFileAsync(String, BitmapFactory+Options)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeFileAsync (string? pathName, Android.Graphics.BitmapFactory.Options? opts);
static member DecodeFileAsync : string * Android.Graphics.BitmapFactory.Options -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parameters

pathName
String

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