Android.Graphics.BitmapFactory.DecodeFileDescriptor Method
Decode a bitmap from the file descriptor.

Syntax

[Android.Runtime.Register("decodeFileDescriptor", "(Ljava/io/FileDescriptor;)Landroid/graphics/Bitmap;", "")]
public static Bitmap DecodeFileDescriptor (Java.IO.FileDescriptor fd)

Parameters

fd
The file descriptor containing the bitmap data to decode

Returns

Documentation for this section has not yet been entered.

Remarks

Decode a bitmap from the file descriptor. If the bitmap cannot be decoded return null. The position within the descriptor will not be changed when this returns, so the descriptor can be used again as is.

[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