ComponentOne Xamarin.Android
InvalidateChildInParent Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : InvalidateChildInParent Method
Syntax
'Declaration
 
<ObsoleteAttribute("deprecated")>
<Android.Runtime.RegisterAttribute("invalidateChildInParent", 
   "([ILandroid/graphics/Rect;)Landroid/view/ViewParent;", 
   "GetInvalidateChildInParent_arrayILandroid_graphics_Rect_Handler")>
Public Overridable Function InvalidateChildInParent( _
   ByVal location() As Integer, _
   ByVal dirty As Android.Graphics.Rect _
) As Android.Views.IViewParent
'Usage
 
Dim instance As C1LinearGauge
Dim location() As Integer
Dim dirty As Android.Graphics.Rect
Dim value As Android.Views.IViewParent
 
value = instance.InvalidateChildInParent(location, dirty)
[Obsolete("deprecated")]
[Android.Runtime.Register("invalidateChildInParent", 
   "([ILandroid/graphics/Rect;)Landroid/view/ViewParent;", 
   "GetInvalidateChildInParent_arrayILandroid_graphics_Rect_Handler")]
public virtual Android.Views.IViewParent InvalidateChildInParent( 
   int[] location,
   Android.Graphics.Rect dirty
)

Parameters

location
dirty
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members