The members of Android.Graphics.BitmapRegionDecoder are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DecodeRegion(Rect, BitmapFactory.Options)Decodes a rectangle region in the image specified by rect. | ||
static | NewInstance(Java.IO.FileDescriptor, bool)Create a BitmapRegionDecoder from the file descriptor. | |
static | NewInstance(System.IO.Stream, bool)Create a BitmapRegionDecoder from an input stream. | |
static | NewInstance(string, bool)Create a BitmapRegionDecoder from a file path. | |
static | NewInstance(byte[], int, int, bool)Create a BitmapRegionDecoder from the specified byte array. | |
Recycle()Frees up the memory associated with this region decoder, and mark the region decoder as "dead", meaning it will throw an exception if decodeRegion(), getWidth() or getHeight() is called. |