Rect.Height Method

Definition

[Android.Runtime.Register("height", "()I", "")]
public int Height ();
[<Android.Runtime.Register("height", "()I", "")>]
member this.Height : unit -> int

Returns

the rectangle's height. This does not check for a valid rectangle (i.e. top <= bottom) so the result may be negative.

Attributes

Remarks

Java documentation for android.graphics.Rect.height().

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