AbsoluteSizeSpan Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AbsoluteSizeSpan(Parcel) |
Creates an |
AbsoluteSizeSpan(Int32) |
Set the text size to |
AbsoluteSizeSpan(Int32, Boolean) |
Set the text size to |
AbsoluteSizeSpan(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AbsoluteSizeSpan(Parcel)
Creates an AbsoluteSizeSpan
from a parcel.
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public AbsoluteSizeSpan (Android.OS.Parcel src);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Text.Style.AbsoluteSizeSpan : Android.OS.Parcel -> Android.Text.Style.AbsoluteSizeSpan
Parameters
- src
- Parcel
- Attributes
Remarks
Creates an AbsoluteSizeSpan
from a parcel.
Java documentation for android.text.style.AbsoluteSizeSpan.AbsoluteSizeSpan(android.os.Parcel)
.
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
AbsoluteSizeSpan(Int32)
Set the text size to size
physical pixels.
[Android.Runtime.Register(".ctor", "(I)V", "")]
public AbsoluteSizeSpan (int size);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Text.Style.AbsoluteSizeSpan : int -> Android.Text.Style.AbsoluteSizeSpan
Parameters
- size
- Int32
- Attributes
Remarks
Set the text size to size
physical pixels.
Java documentation for android.text.style.AbsoluteSizeSpan.AbsoluteSizeSpan(int)
.
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
AbsoluteSizeSpan(Int32, Boolean)
Set the text size to size
physical pixels, or to size
device-independent pixels if dip
is true.
[Android.Runtime.Register(".ctor", "(IZ)V", "")]
public AbsoluteSizeSpan (int size, bool dip);
[<Android.Runtime.Register(".ctor", "(IZ)V", "")>]
new Android.Text.Style.AbsoluteSizeSpan : int * bool -> Android.Text.Style.AbsoluteSizeSpan
Parameters
- size
- Int32
- dip
- Boolean
- Attributes
Remarks
Set the text size to size
physical pixels, or to size
device-independent pixels if dip
is true.
Java documentation for android.text.style.AbsoluteSizeSpan.AbsoluteSizeSpan(int, boolean)
.
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
AbsoluteSizeSpan(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected AbsoluteSizeSpan (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Text.Style.AbsoluteSizeSpan : nativeint * Android.Runtime.JniHandleOwnership -> Android.Text.Style.AbsoluteSizeSpan
Parameters
- 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.