Class BitmapFactory.Options
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
inBitmap
public Bitmap inBitmap { get; set; }
Property Value
inDensity
public int inDensity { get; set; }
Property Value
inDither
[Obsolete("Deprecated in JVM")]
public bool inDither { get; set; }
Property Value
inInputShareable
https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inInputShareable
[Obsolete("Deprecated in JVM")]
public bool inInputShareable { get; set; }
Property Value
inJustDecodeBounds
public bool inJustDecodeBounds { get; set; }
Property Value
inMutable
public bool inMutable { get; set; }
Property Value
inPreferQualityOverSpeed
[Obsolete("Deprecated in JVM")]
public bool inPreferQualityOverSpeed { get; set; }
Property Value
inPreferredColorSpace
public ColorSpace inPreferredColorSpace { get; set; }
Property Value
inPreferredConfig
public Bitmap.Config inPreferredConfig { get; set; }
Property Value
inPremultiplied
public bool inPremultiplied { get; set; }
Property Value
inPurgeable
[Obsolete("Deprecated in JVM")]
public bool inPurgeable { get; set; }
Property Value
inSampleSize
public int inSampleSize { get; set; }
Property Value
inScaled
public bool inScaled { get; set; }
Property Value
inScreenDensity
public int inScreenDensity { get; set; }
Property Value
inTargetDensity
public int inTargetDensity { get; set; }
Property Value
inTempStorage
public byte[] inTempStorage { get; set; }
Property Value
- byte[]
mCancel
[Obsolete("Deprecated in JVM")]
public bool mCancel { get; set; }
Property Value
outColorSpace
public ColorSpace outColorSpace { get; set; }
Property Value
outConfig
public Bitmap.Config outConfig { get; set; }
Property Value
outHeight
public int outHeight { get; set; }
Property Value
outMimeType
public String outMimeType { get; set; }
Property Value
outWidth
public int outWidth { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for Options()
public static BitmapFactory.Options CreatePoolableInstance()
Returns
RequestCancelDecode()
[Obsolete("Deprecated in JVM")]
public void RequestCancelDecode()