Search Results for

    Show / Hide Table of Contents

    Interface IRenderCache

    Inherited Members
    ILabelCache.GetOrCreateTypeface<T>(Font, Func<Font, T>)
    ILabelCache.GetOrCreateLabel<T>(string, LabelStyle, float, Func<LabelStyle, string, float, ILabelCache, T>)
    ISymbolCache.GetSize(int)
    ISymbolCache.GetOrCreate(int)
    IVectorCache.GetOrCreatePaint<T>(Pen, float, Func<Pen, float, T>)
    IVectorCache.GetOrCreatePaint<T>(Brush, float, double, Func<Brush, float, double, ISymbolCache, T>)
    IVectorCache.GetOrCreatePath<TPath, TGeometry>(Viewport, TGeometry, float, Func<TGeometry, Viewport, float, TPath>)
    Namespace: Mapsui.Rendering
    Assembly: Mapsui.dll
    Syntax
    public interface IRenderCache : ILabelCache, ISymbolCache, IVectorCache

    Properties

    | Edit this page View Source

    LabelCache

    Declaration
    ILabelCache LabelCache { get; set; }
    Property Value
    Type Description
    ILabelCache
    | Edit this page View Source

    SymbolCache

    Declaration
    ISymbolCache SymbolCache { get; set; }
    Property Value
    Type Description
    ISymbolCache
    | Edit this page View Source

    VectorCache

    Declaration
    IVectorCache? VectorCache { get; set; }
    Property Value
    Type Description
    IVectorCache
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX