ComponentOne Xamarin.Android
GetGlobalVisibleRect(Rect) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class > GetGlobalVisibleRect Method : GetGlobalVisibleRect(Rect) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getGlobalVisibleRect", 
   "(Landroid/graphics/Rect;)Z", 
   "")>
Public Overloads Function GetGlobalVisibleRect( _
   ByVal r As Android.Graphics.Rect _
) As Boolean
'Usage
 
Dim instance As C1RadialGauge
Dim r As Android.Graphics.Rect
Dim value As Boolean
 
value = instance.GetGlobalVisibleRect(r)
[Android.Runtime.Register("getGlobalVisibleRect", 
   "(Landroid/graphics/Rect;)Z", 
   "")]
public bool GetGlobalVisibleRect( 
   Android.Graphics.Rect r
)

Parameters

r
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members
Overload List