Table of Contents

Method ResetCachedImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ResetCachedImages()

Clears all cached images, forcing them to be reloaded on the next access.

public virtual void ResetCachedImages()

Remarks

This method is typically used to refresh the image cache when the underlying image data has changed. After calling this method, any subsequent access to cached images will result in a reload operation.