Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / Invalidate Method / Invalidate(Int32,Int32,Int32,Int32) Method


In This Topic
    Invalidate(Int32,Int32,Int32,Int32) Method
    In This Topic
    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 FlexGrid
    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