Decode an immutable bitmap from the specified byte array.
Syntax
[Android.Runtime.Register("decodeByteArray", "([BII)Landroid/graphics/Bitmap;", "")]
public static
Bitmap DecodeByteArray (
byte[] data,
int offset,
int length)
Parameters
- data
- byte array of compressed image data
- offset
- offset into imageData for where the decoder should begin
parsing.
- length
- the number of bytes, beginning at offset, to parse
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1