The methods of Android.Graphics.BitmapRegionDecoder are listed below. For a list of all members, see the BitmapRegionDecoder Members list.
See Also: Inherited members from Java.Lang.Object
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. |