Clears the cursor cache
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static void ClearCache()
Public Shared Sub ClearCache
static member ClearCache : unit -> unit 
 Remarks
Remarks
            This is useful if you are using the 
Cached(CursorType) method to cache pens and want to clear it
            to conserve memory or resources.
            
 See Also
See Also