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


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class > PostInvalidate Method : PostInvalidate(Int32,Int32,Int32,Int32) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("postInvalidate", 
   "(IIII)V", 
   "GetPostInvalidate_IIIIHandler")>
Public Overloads Overridable Sub PostInvalidate( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
'Usage
 
Dim instance As C1Gauge
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
instance.PostInvalidate(left, top, right, bottom)
[Android.Runtime.Register("postInvalidate", 
   "(IIII)V", 
   "GetPostInvalidate_IIIIHandler")]
public virtual void PostInvalidate( 
   int left,
   int top,
   int right,
   int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

C1Gauge Class
C1Gauge Members
Overload List