MaskFilterSpan Constructors

Definition

Overloads

MaskFilterSpan(MaskFilter)

Creates a MaskFilterSpan from a MaskFilter.

MaskFilterSpan(IntPtr, JniHandleOwnership)

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

MaskFilterSpan(MaskFilter)

Creates a MaskFilterSpan from a MaskFilter.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/MaskFilter;)V", "")]
public MaskFilterSpan (Android.Graphics.MaskFilter? filter);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/MaskFilter;)V", "")>]
new Android.Text.Style.MaskFilterSpan : Android.Graphics.MaskFilter -> Android.Text.Style.MaskFilterSpan

Parameters

filter
MaskFilter

the filter to be applied to the TextPaint

Attributes

Remarks

Creates a MaskFilterSpan from a MaskFilter.

Java documentation for android.text.style.MaskFilterSpan.MaskFilterSpan(android.graphics.MaskFilter).

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

MaskFilterSpan(IntPtr, JniHandleOwnership)

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

protected MaskFilterSpan (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.MaskFilterSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.MaskFilterSpan

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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