Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / DestroyDrawingCache Method


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