Xamarin.Android | ComponentOne
C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / DestroyDrawingCache Method


In This Topic
    DestroyDrawingCache Method (AnnotationLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("destroyDrawingCache", 
       "()V", 
       "GetDestroyDrawingCacheHandler")>
    Public Overridable Sub DestroyDrawingCache() 
    'Usage
     
    
    Dim instance As AnnotationLayer
     
    instance.DestroyDrawingCache()
    [Android.Runtime.Register("destroyDrawingCache", 
       "()V", 
       "GetDestroyDrawingCacheHandler")]
    public virtual void DestroyDrawingCache()
    See Also