Region.IsComplex Property

Definition

Return true if the region contains more than one rectangle

public virtual bool IsComplex { [Android.Runtime.Register("isComplex", "()Z", "GetIsComplexHandler")] get; }
[<get: Android.Runtime.Register("isComplex", "()Z", "GetIsComplexHandler")>]
member this.IsComplex : bool

Property Value

Attributes

Remarks

Return true if the region contains more than one rectangle

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

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