Nevron .NET Vision
Nevron.UI Namespace / INPaintableElement Interface / ClearRenderCacheEntry Method
The key to search for.
True to dispose the found entry, false otherwise.


In This Topic
    ClearRenderCacheEntry Method (INPaintableElement)
    In This Topic
    Clears an entry in the object's render cache.
    Syntax
    'Declaration
     
    
    Sub ClearRenderCacheEntry( _
       ByVal key As System.Integer, _
       ByVal disposeEntry As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As INPaintableElement
    Dim key As System.Integer
    Dim disposeEntry As System.Boolean
     
    instance.ClearRenderCacheEntry(key, disposeEntry)
    void ClearRenderCacheEntry( 
       System.int key,
       System.bool disposeEntry
    )

    Parameters

    key
    The key to search for.
    disposeEntry
    True to dispose the found entry, false otherwise.
    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