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


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PathIcon Class > Invalidate Method : Invalidate(Int32,Int32,Int32,Int32) Method
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 C1PathIcon
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

C1PathIcon Class
C1PathIcon Members
Overload List