ReplacementSpan.UpdateDrawState(TextPaint) Method

Definition

This method does nothing, since ReplacementSpans are drawn explicitly instead of affecting Paint properties.

[Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")]
public override void UpdateDrawState (Android.Text.TextPaint? ds);
[<Android.Runtime.Register("updateDrawState", "(Landroid/text/TextPaint;)V", "GetUpdateDrawState_Landroid_text_TextPaint_Handler")>]
override this.UpdateDrawState : Android.Text.TextPaint -> unit

Parameters

Attributes

Remarks

This method does nothing, since ReplacementSpans are drawn explicitly instead of affecting Paint properties.

Java documentation for android.text.style.ReplacementSpan.updateDrawState(android.text.TextPaint).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to