Class ImageSpan
public class ImageSpan : DynamicDrawableSpan, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ImageSpan
- Implements
- Inherited Members
- Extension Methods
Constructors
ImageSpan(Context, Bitmap)
public ImageSpan(Context arg0, Bitmap arg1)
Parameters
ImageSpan(Context, Bitmap, int)
public ImageSpan(Context arg0, Bitmap arg1, int arg2)
Parameters
ImageSpan(Context, Uri)
public ImageSpan(Context arg0, Uri arg1)
Parameters
ImageSpan(Context, Uri, int)
public ImageSpan(Context arg0, Uri arg1, int arg2)
Parameters
ImageSpan(Context, int)
public ImageSpan(Context arg0, int arg1)
Parameters
ImageSpan(Context, int, int)
public ImageSpan(Context arg0, int arg1, int arg2)
Parameters
ImageSpan(Bitmap)
[Obsolete("Deprecated in JVM")]
public ImageSpan(Bitmap arg0)
Parameters
ImageSpan(Bitmap, int)
[Obsolete("Deprecated in JVM")]
public ImageSpan(Bitmap arg0, int arg1)
Parameters
ImageSpan(Drawable)
public ImageSpan(Drawable arg0)
Parameters
ImageSpan(Drawable, String)
public ImageSpan(Drawable arg0, String arg1)
Parameters
ImageSpan(Drawable, String, int)
public ImageSpan(Drawable arg0, String arg1, int arg2)
Parameters
ImageSpan(Drawable, int)
public ImageSpan(Drawable arg0, int arg1)
Parameters
ImageSpan(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 ImageSpan(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
Methods
CreatePoolableInstance(Context, Bitmap)
HPA initializer for ImageSpan(Android.Content.Context arg0, Android.Graphics.Bitmap arg1)
public static ImageSpan CreatePoolableInstance(Context arg0, Bitmap arg1)
Parameters
Returns
CreatePoolableInstance(Context, Bitmap, int)
HPA initializer for ImageSpan(Android.Content.Context arg0, Android.Graphics.Bitmap arg1, int arg2)
public static ImageSpan CreatePoolableInstance(Context arg0, Bitmap arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(Context, Uri)
HPA initializer for ImageSpan(Android.Content.Context arg0, Android.Net.Uri arg1)
public static ImageSpan CreatePoolableInstance(Context arg0, Uri arg1)
Parameters
Returns
CreatePoolableInstance(Context, Uri, int)
HPA initializer for ImageSpan(Android.Content.Context arg0, Android.Net.Uri arg1, int arg2)
public static ImageSpan CreatePoolableInstance(Context arg0, Uri arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(Context, int)
HPA initializer for ImageSpan(Android.Content.Context arg0, int arg1)
public static ImageSpan CreatePoolableInstance(Context arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(Context, int, int)
HPA initializer for ImageSpan(Android.Content.Context arg0, int arg1, int arg2)
public static ImageSpan CreatePoolableInstance(Context arg0, int arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(Bitmap)
HPA initializer for ImageSpan(Android.Graphics.Bitmap arg0)
public static ImageSpan CreatePoolableInstance(Bitmap arg0)
Parameters
arg0Bitmap
Returns
CreatePoolableInstance(Bitmap, int)
HPA initializer for ImageSpan(Android.Graphics.Bitmap arg0, int arg1)
public static ImageSpan CreatePoolableInstance(Bitmap arg0, int arg1)
Parameters
Returns
CreatePoolableInstance(Drawable)
HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0)
public static ImageSpan CreatePoolableInstance(Drawable arg0)
Parameters
arg0Drawable
Returns
CreatePoolableInstance(Drawable, String)
HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0, Java.Lang.String arg1)
public static ImageSpan CreatePoolableInstance(Drawable arg0, String arg1)
Parameters
Returns
CreatePoolableInstance(Drawable, String, int)
HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0, Java.Lang.String arg1, int arg2)
public static ImageSpan CreatePoolableInstance(Drawable arg0, String arg1, int arg2)
Parameters
Returns
CreatePoolableInstance(Drawable, int)
HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0, int arg1)
public static ImageSpan CreatePoolableInstance(Drawable arg0, int arg1)
Parameters
Returns
GetSource()
public String GetSource()