C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridCellsPanel Class / DestroyDrawingCache Method


In This Topic
DestroyDrawingCache Method (GridCellsPanel)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("destroyDrawingCache", 
   "()V", 
   "GetDestroyDrawingCacheHandler")>
Public Overridable Sub DestroyDrawingCache() 
 
'Usage
 
Dim instance As GridCellsPanel
 
instance.DestroyDrawingCache()
See Also