Table of Contents

Class BitmapRegionDecoder

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class BitmapRegionDecoder : JVMBridgeBase<BitmapRegionDecoder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BitmapRegionDecoder>
BitmapRegionDecoder
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BitmapRegionDecoder>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BitmapRegionDecoder>.IsAssignableFrom<T>()
JVMBridgeBase<BitmapRegionDecoder>.Execute<T>(params T[])
JVMBridgeBase<BitmapRegionDecoder>.DynBridgeClazz
JVMBridgeBase<BitmapRegionDecoder>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

BitmapRegionDecoder()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public BitmapRegionDecoder()

BitmapRegionDecoder(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public BitmapRegionDecoder(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

DecodeRegion(Rect, Options)

public Bitmap DecodeRegion(Rect arg0, BitmapFactory.Options arg1)

Parameters

arg0 Rect

Rect

arg1 BitmapFactory.Options

BitmapFactory.Options

Returns

Bitmap

Bitmap

GetHeight()

public int GetHeight()

Returns

int

int

GetWidth()

public int GetWidth()

Returns

int

int

IsRecycled()

public bool IsRecycled()

Returns

bool

bool

NewInstance(ParcelFileDescriptor)

public static BitmapRegionDecoder NewInstance(ParcelFileDescriptor arg0)

Parameters

arg0 ParcelFileDescriptor

ParcelFileDescriptor

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(FileDescriptor, bool)

[Obsolete]
public static BitmapRegionDecoder NewInstance(FileDescriptor arg0, bool arg1)

Parameters

arg0 FileDescriptor

FileDescriptor

arg1 bool

bool

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(InputStream)

public static BitmapRegionDecoder NewInstance(InputStream arg0)

Parameters

arg0 InputStream

InputStream

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(InputStream, bool)

[Obsolete]
public static BitmapRegionDecoder NewInstance(InputStream arg0, bool arg1)

Parameters

arg0 InputStream

InputStream

arg1 bool

bool

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(String)

public static BitmapRegionDecoder NewInstance(String arg0)

Parameters

arg0 String

String

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(String, bool)

[Obsolete]
public static BitmapRegionDecoder NewInstance(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(byte[], int, int)

public static BitmapRegionDecoder NewInstance(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

NewInstance(byte[], int, int, bool)

[Obsolete]
public static BitmapRegionDecoder NewInstance(byte[] arg0, int arg1, int arg2, bool arg3)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

arg3 bool

bool

Returns

BitmapRegionDecoder

BitmapRegionDecoder

Exceptions

IOException

Recycle()

public void Recycle()