GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / ClearCachedImage Method / ClearCachedImage(String) Method
a filename
In This Topic
    ClearCachedImage(String) Method
    In This Topic
    Remove any cached image identified by a pathname on disk.
    Syntax
    public static void ClearCachedImage( 
       string path
    )

    Parameters

    path
    a filename
    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 from disk any image with the given file pathname.
    See Also