Matcher.HasTransparentBounds Property
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.
Queries the transparency of region bounds for this matcher.
public bool HasTransparentBounds { [Android.Runtime.Register("hasTransparentBounds", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasTransparentBounds", "()Z", "")>]
member this.HasTransparentBounds : bool
Property Value
true iff this matcher is using transparent bounds,
false otherwise.
- Attributes
Remarks
Queries the transparency of region bounds for this matcher.
This method returns true if this matcher uses transparent bounds, false if it uses opaque bounds.
See #useTransparentBounds(boolean) useTransparentBounds for a description of transparent and opaque bounds.
By default, a matcher uses opaque region boundaries.
Added in 1.5.
Java documentation for java.util.regex.Matcher.hasTransparentBounds().
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.