GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / ClearCachedImages Method
In This Topic
    ClearCachedImages Method
    In This Topic
    Clear out GoDiagram's internal cache of loaded Images.
    Syntax
    public static void ClearCachedImages()
    Remarks
    Calling this method does not modify any existing GoImage, so no Images will be "lost". However, future calls to LoadImage will have to re-load all named images from ResourceManagers or from disk, or (in Windows Forms) re-load all indexed images from ImageLists.
    See Also