Android.Util.Size Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a new immutable Size instance.

Public Properties

[read-only]
Heightint. Get the height of the size (in pixels).
[read-only]
Widthint. Get the width of the size (in pixels).

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
ParseSize(string) : Size
Parses the specified string as a size value.