Table of Contents

Class BitmapFactory.Options

Namespace
Android.Graphics
Assembly
MASES.Netdroid.dll
public class BitmapFactory.Options : JVMBridgeBase<BitmapFactory.Options>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
BitmapFactory.Options
Implements
Extension Methods

Constructors

Options()

public Options()

Options(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Options(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

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("Deprecated in JVM")]
public bool inDither { get; set; }

Property Value

bool

inInputShareable

[Obsolete("Deprecated in JVM")]
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("Deprecated in JVM")]
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("Deprecated in JVM")]
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("Deprecated in JVM")]
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

CreatePoolableInstance()

HPA initializer for Options()

public static BitmapFactory.Options CreatePoolableInstance()

Returns

BitmapFactory.Options

RequestCancelDecode()

[Obsolete("Deprecated in JVM")]
public void RequestCancelDecode()