Android.Text.TextUtils.CopySpansFrom Method
Copies the spans from the region start...end in source to the region destoff...destoff+end-start in dest.

Syntax

[Android.Runtime.Register("copySpansFrom", "(Landroid/text/Spanned;IILjava/lang/Class;Landroid/text/Spannable;I)V", "")]
public static void CopySpansFrom (ISpanned source, int start, int end, Java.Lang.Class kind, ISpannable dest, int destoff)

Parameters

source
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.
kind
Documentation for this section has not yet been entered.
dest
Documentation for this section has not yet been entered.
destoff
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IndexOutOfBoundsExceptionif any of the copied spans are out of range in dest.

Remarks

Copies the spans from the region start...end in source to the region destoff...destoff+end-start in dest. Spans in source that begin before start or end after end but overlap this range are trimmed as if they began at start or ended at end.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1