GoDiagram Web Reference
ClearCachedImage(String) Method

a filename
Remove any cached image identified by a pathname on disk.
Syntax
'Declaration
 
Public Overloads Shared Sub ClearCachedImage( _
   ByVal path As String _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoImage Class
GoImage Members
Overload List
UnloadImage Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback