Syntax
'Declaration
<Android.Runtime.RegisterAttribute("computeSystemWindowInsets",
"(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets;",
"GetComputeSystemWindowInsets_Landroid_view_WindowInsets_Landroid_graphics_Rect_Handler",
ApiSince=21)>
Public Overridable Function ComputeSystemWindowInsets( _
ByVal As Android.Views.WindowInsets, _
ByVal As Android.Graphics.Rect _
) As Android.Views.WindowInsets
'Usage
Dim instance As GridBase
Dim in As Android.Views.WindowInsets
Dim outLocalInsets As Android.Graphics.Rect
Dim value As Android.Views.WindowInsets
value = instance.ComputeSystemWindowInsets(in, outLocalInsets)
[Android.Runtime.Register("computeSystemWindowInsets",
"(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets;",
"GetComputeSystemWindowInsets_Landroid_view_WindowInsets_Landroid_graphics_Rect_Handler",
ApiSince=21)]
public virtual Android.Views.WindowInsets ComputeSystemWindowInsets(
Android.Views.WindowInsets ,
Android.Graphics.Rect
)
Parameters
- in
- outLocalInsets
See Also