Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ComputeSystemWindowInsets Method


In This Topic
    ComputeSystemWindowInsets Method (FlexGrid)
    In This Topic
    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 in As Android.Views.WindowInsets, _
       ByVal outLocalInsets As Android.Graphics.Rect _
    ) As Android.Views.WindowInsets
    'Usage
     
    
    Dim instance As FlexGrid
    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 in,
       Android.Graphics.Rect outLocalInsets
    )

    Parameters

    in
    outLocalInsets
    See Also