Android.Util.SizeF Members

The members of Android.Util.SizeF are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new immutable SizeF instance.

Public Properties

[read-only]
Heightfloat. Get the height of the size (as an arbitrary unit).
[read-only]
Widthfloat. Get the width of the size (as an arbitrary unit).

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

static
ParseSizeF(string) : SizeF
Parses the specified string as a size value.