RectF.Height Method
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.
[Android.Runtime.Register("height", "()F", "")]
public float Height ();
[<Android.Runtime.Register("height", "()F", "")>]
member this.Height : unit -> single
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.RectF.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.