WindowInsets.GetInsets(Int32) 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.
Returns the insets of a specific set of windows causing insets, denoted by the
typeMask
bit mask of Type
s.
[Android.Runtime.Register("getInsets", "(I)Landroid/graphics/Insets;", "", ApiSince=30)]
public Android.Graphics.Insets GetInsets (int typeMask);
[<Android.Runtime.Register("getInsets", "(I)Landroid/graphics/Insets;", "", ApiSince=30)>]
member this.GetInsets : int -> Android.Graphics.Insets
Parameters
- typeMask
- Int32
Bit mask of Type
s to query the insets for.
Returns
The insets.
- Attributes
Remarks
Returns the insets of a specific set of windows causing insets, denoted by the typeMask
bit mask of Type
s.
Java documentation for android.view.WindowInsets.getInsets(int)
.
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.