Android.Views.View.DestroyDrawingCache Method

Syntax

[Android.Runtime.Register("destroyDrawingCache", "()V", "GetDestroyDrawingCacheHandler")]
public virtual void DestroyDrawingCache ()

See Also

View.DrawingCacheEnabled
View.BuildDrawingCache
View.DrawingCache

Remarks

Frees the resources used by the drawing cache. If you call View.BuildDrawingCache manually without calling View.DrawingCacheEnabled, you should cleanup the cache with this method afterwards.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1