Interface ILabelCache
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
    public interface ILabelCache
   
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  GetOrCreateLabel<T>(string?, LabelStyle, float, Func<LabelStyle, string?, float, ILabelCache, T>)
  
  
  Declaration
  
    T GetOrCreateLabel<T>(string? text, LabelStyle style, float opacity, Func<LabelStyle, string?, float, ILabelCache, T> createLabelAsBitmap) where T : IBitmapInfo
   
  Parameters
  
  Returns
  
  Type Parameters
  
  
    |
    Edit this page
  
  
    View Source
  
  
  GetOrCreateTypeface<T>(Font, Func<Font, T>)
  
  
  Declaration
  
    T GetOrCreateTypeface<T>(Font font, Func<Font, T> createTypeFace) where T : class
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Font | font |  | 
      
        | Func<Font, T> | createTypeFace |  | 
    
  
  Returns
  
  Type Parameters