GoDiagram Web Reference
ClearCachedImage(ResourceManager,String,CultureInfo) Method

a ResourceManager
the name of a particular image object; if this value is null, this clears all cached images associated with the resmgr
a CultureInfo
Remove any cached image identified by a ResourceManager and a name in a particular culture.
Syntax
'Declaration
 
Public Overloads Shared Sub ClearCachedImage( _
   ByVal resmgr As ResourceManager, _
   ByVal name As String, _
   ByVal cinfo As CultureInfo _
) 
public static void ClearCachedImage( 
   ResourceManager resmgr,
   string name,
   CultureInfo cinfo
)

Parameters

resmgr
a ResourceManager
name
the name of a particular image object; if this value is null, this clears all cached images associated with the resmgr
cinfo
a CultureInfo
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 any image with the given name from the given ResourceManager.
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