ComponentOne Xamarin.Android
Invalidate(Int32,Int32,Int32,Int32) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class > Invalidate Method : Invalidate(Int32,Int32,Int32,Int32) Method
Invalidate the whole view.
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("invalidate", 
   "(IIII)V", 
   "GetInvalidate_IIIIHandler")>
Public Overloads Overridable Sub Invalidate( _
   ByVal l As Integer, _
   ByVal t As Integer, _
   ByVal r As Integer, _
   ByVal b As Integer _
) 
'Usage
 
Dim instance As C1Gauge
Dim l As Integer
Dim t As Integer
Dim r As Integer
Dim b As Integer
 
instance.Invalidate(l, t, r, b)
[Android.Runtime.Register("invalidate", 
   "(IIII)V", 
   "GetInvalidate_IIIIHandler")]
public virtual void Invalidate( 
   int l,
   int t,
   int r,
   int b
)

Parameters

l
t
r
b
See Also

Reference

C1Gauge Class
C1Gauge Members
Overload List