ComponentOne Xamarin.Android
ComputeSystemWindowInsets Method (C1RadialGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class : ComputeSystemWindowInsets Method
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 C1RadialGauge
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

Reference

C1RadialGauge Class
C1RadialGauge Members