Table of Contents

Class ImageSpan

Namespace
Android.Text.Style
Assembly
MASES.Netdroid.dll
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

arg0 Context

Context

arg1 Bitmap

Bitmap

ImageSpan(Context, Bitmap, int)

public ImageSpan(Context arg0, Bitmap arg1, int arg2)

Parameters

arg0 Context

Context

arg1 Bitmap

Bitmap

arg2 int

int

ImageSpan(Context, Uri)

public ImageSpan(Context arg0, Uri arg1)

Parameters

arg0 Context

Context

arg1 Uri

Uri

ImageSpan(Context, Uri, int)

public ImageSpan(Context arg0, Uri arg1, int arg2)

Parameters

arg0 Context

Context

arg1 Uri

Uri

arg2 int

int

ImageSpan(Context, int)

public ImageSpan(Context arg0, int arg1)

Parameters

arg0 Context

Context

arg1 int

int

ImageSpan(Context, int, int)

public ImageSpan(Context arg0, int arg1, int arg2)

Parameters

arg0 Context

Context

arg1 int

int

arg2 int

int

ImageSpan(Bitmap)

[Obsolete("Deprecated in JVM")]
public ImageSpan(Bitmap arg0)

Parameters

arg0 Bitmap

Bitmap

ImageSpan(Bitmap, int)

[Obsolete("Deprecated in JVM")]
public ImageSpan(Bitmap arg0, int arg1)

Parameters

arg0 Bitmap

Bitmap

arg1 int

int

ImageSpan(Drawable)

public ImageSpan(Drawable arg0)

Parameters

arg0 Drawable

Drawable

ImageSpan(Drawable, String)

public ImageSpan(Drawable arg0, String arg1)

Parameters

arg0 Drawable

Drawable

arg1 String

String

ImageSpan(Drawable, String, int)

public ImageSpan(Drawable arg0, String arg1, int arg2)

Parameters

arg0 Drawable

Drawable

arg1 String

String

arg2 int

int

ImageSpan(Drawable, int)

public ImageSpan(Drawable arg0, int arg1)

Parameters

arg0 Drawable

Drawable

arg1 int

int

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

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

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

arg0 Context
arg1 Bitmap

Returns

ImageSpan

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

arg0 Context
arg1 Bitmap
arg2 int

Returns

ImageSpan

CreatePoolableInstance(Context, Uri)

HPA initializer for ImageSpan(Android.Content.Context arg0, Android.Net.Uri arg1)

public static ImageSpan CreatePoolableInstance(Context arg0, Uri arg1)

Parameters

arg0 Context
arg1 Uri

Returns

ImageSpan

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

arg0 Context
arg1 Uri
arg2 int

Returns

ImageSpan

CreatePoolableInstance(Context, int)

HPA initializer for ImageSpan(Android.Content.Context arg0, int arg1)

public static ImageSpan CreatePoolableInstance(Context arg0, int arg1)

Parameters

arg0 Context
arg1 int

Returns

ImageSpan

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

arg0 Context
arg1 int
arg2 int

Returns

ImageSpan

CreatePoolableInstance(Bitmap)

HPA initializer for ImageSpan(Android.Graphics.Bitmap arg0)

public static ImageSpan CreatePoolableInstance(Bitmap arg0)

Parameters

arg0 Bitmap

Returns

ImageSpan

CreatePoolableInstance(Bitmap, int)

HPA initializer for ImageSpan(Android.Graphics.Bitmap arg0, int arg1)

public static ImageSpan CreatePoolableInstance(Bitmap arg0, int arg1)

Parameters

arg0 Bitmap
arg1 int

Returns

ImageSpan

CreatePoolableInstance(Drawable)

HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0)

public static ImageSpan CreatePoolableInstance(Drawable arg0)

Parameters

arg0 Drawable

Returns

ImageSpan

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

arg0 Drawable
arg1 String

Returns

ImageSpan

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

arg0 Drawable
arg1 String
arg2 int

Returns

ImageSpan

CreatePoolableInstance(Drawable, int)

HPA initializer for ImageSpan(Android.Graphics.Drawable.Drawable arg0, int arg1)

public static ImageSpan CreatePoolableInstance(Drawable arg0, int arg1)

Parameters

arg0 Drawable
arg1 int

Returns

ImageSpan

GetSource()

public String GetSource()

Returns

String

String