ComponentOne Xamarin.Android
GetWindowVisibleDisplayFrame Method (C1Gauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : GetWindowVisibleDisplayFrame Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getWindowVisibleDisplayFrame", 
   "(Landroid/graphics/Rect;)V", 
   "GetGetWindowVisibleDisplayFrame_Landroid_graphics_Rect_Handler", 
   ApiSince=3)>
Public Overridable Sub GetWindowVisibleDisplayFrame( _
   ByVal outRect As Android.Graphics.Rect _
) 
'Usage
 
Dim instance As C1Gauge
Dim outRect As Android.Graphics.Rect
 
instance.GetWindowVisibleDisplayFrame(outRect)
[Android.Runtime.Register("getWindowVisibleDisplayFrame", 
   "(Landroid/graphics/Rect;)V", 
   "GetGetWindowVisibleDisplayFrame_Landroid_graphics_Rect_Handler", 
   ApiSince=3)]
public virtual void GetWindowVisibleDisplayFrame( 
   Android.Graphics.Rect outRect
)

Parameters

outRect
See Also

Reference

C1Gauge Class
C1Gauge Members