Table of Contents

Class DrawableMarginSpan

Namespace
Android.Text.Style
Assembly
MASES.Netdroid.dll
public class DrawableMarginSpan : JVMBridgeBase<DrawableMarginSpan>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ILeadingMarginSpan, IParagraphStyle, ILineHeightSpan
Inheritance
DrawableMarginSpan
Implements
Extension Methods

Constructors

DrawableMarginSpan(Drawable)

public DrawableMarginSpan(Drawable arg0)

Parameters

arg0 Drawable

Drawable

DrawableMarginSpan(Drawable, int)

public DrawableMarginSpan(Drawable arg0, int arg1)

Parameters

arg0 Drawable

Drawable

arg1 int

int

DrawableMarginSpan(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 DrawableMarginSpan(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

ChooseHeight(CharSequence, int, int, int, int, FontMetricsInt)

public void ChooseHeight(CharSequence arg0, int arg1, int arg2, int arg3, int arg4, Paint.FontMetricsInt arg5)

Parameters

arg0 CharSequence

CharSequence

arg1 int

int

arg2 int

int

arg3 int

int

arg4 int

int

arg5 Paint.FontMetricsInt

Paint.FontMetricsInt

CreatePoolableInstance(Drawable)

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

public static DrawableMarginSpan CreatePoolableInstance(Drawable arg0)

Parameters

arg0 Drawable

Returns

DrawableMarginSpan

CreatePoolableInstance(Drawable, int)

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

public static DrawableMarginSpan CreatePoolableInstance(Drawable arg0, int arg1)

Parameters

arg0 Drawable
arg1 int

Returns

DrawableMarginSpan

DrawLeadingMargin(Canvas, Paint, int, int, int, int, int, CharSequence, int, int, bool, Layout)

public void DrawLeadingMargin(Canvas arg0, Paint arg1, int arg2, int arg3, int arg4, int arg5, int arg6, CharSequence arg7, int arg8, int arg9, bool arg10, Layout arg11)

Parameters

arg0 Canvas

Canvas

arg1 Paint

Paint

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 CharSequence

CharSequence

arg8 int

int

arg9 int

int

arg10 bool

bool

arg11 Layout

Layout

GetDrawable()

public Drawable GetDrawable()

Returns

Drawable

Drawable

GetLeadingMargin(bool)

public int GetLeadingMargin(bool arg0)

Parameters

arg0 bool

bool

Returns

int

int

GetPadding()

public int GetPadding()

Returns

int

int

Operators

implicit operator LeadingMarginSpan(DrawableMarginSpan)

public static implicit operator LeadingMarginSpan(DrawableMarginSpan t)

Parameters

t DrawableMarginSpan

Returns

LeadingMarginSpan

implicit operator LineHeightSpan(DrawableMarginSpan)

public static implicit operator LineHeightSpan(DrawableMarginSpan t)

Parameters

t DrawableMarginSpan

Returns

LineHeightSpan