Android.Graphics.BitmapFactory.DecodeFile Method
Decode a file path into a bitmap.

Syntax

[Android.Runtime.Register("decodeFile", "(Ljava/lang/String;)Landroid/graphics/Bitmap;", "")]
public static Bitmap DecodeFile (string pathName)

Parameters

pathName
complete path name for the file to be decoded.

Returns

Documentation for this section has not yet been entered.

Remarks

Decode a file path into a bitmap. If the specified file name is null, or cannot be decoded into a bitmap, the function returns null.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1