Table of Contents

Class BitmapFactory.Options

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class BitmapFactory.Options : JVMBridgeBase<BitmapFactory.Options>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<BitmapFactory.Options>
BitmapFactory.Options
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<BitmapFactory.Options>.IsAssignableFrom(IJavaType)
JVMBridgeBase<BitmapFactory.Options>.IsAssignableFrom<T>()
JVMBridgeBase<BitmapFactory.Options>.Execute<T>(params T[])
JVMBridgeBase<BitmapFactory.Options>.DynBridgeClazz
JVMBridgeBase<BitmapFactory.Options>.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

Options()

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

public Options()

Options(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 Options(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

inBitmap

public Bitmap inBitmap { get; set; }

Property Value

Bitmap

inDensity

public int inDensity { get; set; }

Property Value

int

inDither

[Obsolete]
public bool inDither { get; set; }

Property Value

bool

inInputShareable

[Obsolete]
public bool inInputShareable { get; set; }

Property Value

bool

inJustDecodeBounds

public bool inJustDecodeBounds { get; set; }

Property Value

bool

inMutable

public bool inMutable { get; set; }

Property Value

bool

inPreferQualityOverSpeed

[Obsolete]
public bool inPreferQualityOverSpeed { get; set; }

Property Value

bool

inPreferredColorSpace

public ColorSpace inPreferredColorSpace { get; set; }

Property Value

ColorSpace

inPreferredConfig

public Bitmap.Config inPreferredConfig { get; set; }

Property Value

Bitmap.Config

inPremultiplied

public bool inPremultiplied { get; set; }

Property Value

bool

inPurgeable

[Obsolete]
public bool inPurgeable { get; set; }

Property Value

bool

inSampleSize

public int inSampleSize { get; set; }

Property Value

int

inScaled

public bool inScaled { get; set; }

Property Value

bool

inScreenDensity

public int inScreenDensity { get; set; }

Property Value

int

inTargetDensity

public int inTargetDensity { get; set; }

Property Value

int

inTempStorage

public byte[] inTempStorage { get; set; }

Property Value

byte[]

mCancel

[Obsolete]
public bool mCancel { get; set; }

Property Value

bool

outColorSpace

public ColorSpace outColorSpace { get; set; }

Property Value

ColorSpace

outConfig

public Bitmap.Config outConfig { get; set; }

Property Value

Bitmap.Config

outHeight

public int outHeight { get; set; }

Property Value

int

outMimeType

public String outMimeType { get; set; }

Property Value

String

outWidth

public int outWidth { get; set; }

Property Value

int

Methods

RequestCancelDecode()

[Obsolete]
public void RequestCancelDecode()