Android.Text.Style.ReplacementSpan Members

The members of Android.Text.Style.ReplacementSpan are listed below.

See Also: Inherited members from Android.Text.Style.MetricAffectingSpan

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Draw(Android.Graphics.Canvas, Java.Lang.ICharSequence, int, int, float, int, int, int, Android.Graphics.Paint)
Draw(Android.Graphics.Canvas, string, int, int, float, int, int, int, Android.Graphics.Paint)
Documentation for this section has not yet been entered.
abstract
GetSize(Android.Graphics.Paint, Java.Lang.ICharSequence, int, int, Android.Graphics.Paint.FontMetricsInt) : int
GetSize(Android.Graphics.Paint, string, int, int, Android.Graphics.Paint.FontMetricsInt) : int
Documentation for this section has not yet been entered.
override
UpdateDrawState(Android.Text.TextPaint)
This method does nothing, since ReplacementSpans are drawn explicitly instead of affecting Paint properties.
override
UpdateMeasureState(Android.Text.TextPaint)
This method does nothing, since ReplacementSpans are measured explicitly instead of affecting Paint properties.