C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / DestroyDrawingCache Method


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