Class BitmapFactory.Options
public class BitmapFactory.Options : JVMBridgeBase<BitmapFactory.Options>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseBitmapFactory.Options
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BitmapFactory.Options>.SExecuteWithSignature<TReturn>(string, string, params object[])JVMBridgeBase<BitmapFactory.Options>.IsAssignableFrom(IJavaType)JVMBridgeBase<BitmapFactory.Options>.IsAssignableFrom<T>()JVMBridgeBase<BitmapFactory.Options>.Execute<T>(params T[])JVMBridgeBase<BitmapFactory.Options>.DynBridgeClazzJVMBridgeBase<BitmapFactory.Options>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
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]
public bool inDither { get; set; }
Property Value
inInputShareable
https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#inInputShareable
[Obsolete]
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]
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]
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]
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
RequestCancelDecode()
[Obsolete]
public void RequestCancelDecode()