Android.Graphics.BitmapRegionDecoder.DecodeRegion Method
Decodes a rectangle region in the image specified by rect.

Syntax

[Android.Runtime.Register("decodeRegion", "(Landroid/graphics/Rect;Landroid/graphics/BitmapFactory$Options;)Landroid/graphics/Bitmap;", "")]
public Bitmap DecodeRegion (Rect p0, BitmapFactory.Options p1)

Parameters

rect
The rectangle that specified the region to be decode.
options
null-ok; Options that control downsampling. inPurgeable is not supported.

Returns

Documentation for this section has not yet been entered.

Remarks

Decodes a rectangle region in the image specified by rect.

[Android Documentation]

Requirements

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