RectShape.Rect Method

Definition

Returns the RectF that defines this rectangle's bounds.

[Android.Runtime.Register("rect", "()Landroid/graphics/RectF;", "")]
protected Android.Graphics.RectF? Rect ();
[<Android.Runtime.Register("rect", "()Landroid/graphics/RectF;", "")>]
member this.Rect : unit -> Android.Graphics.RectF

Returns

Attributes

Remarks

Returns the RectF that defines this rectangle's bounds.

Java documentation for android.graphics.drawable.shapes.RectShape.rect().

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