Region.IsRect Property

Definition

Return true if the region contains a single rectangle

public virtual bool IsRect { [Android.Runtime.Register("isRect", "()Z", "GetIsRectHandler")] get; }
[<get: Android.Runtime.Register("isRect", "()Z", "GetIsRectHandler")>]
member this.IsRect : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.graphics.Region.isRect().

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