Show / Hide Table of Contents

    Class SymbolCache

    Inheritance
    System.Object
    SymbolCache
    Implements
    ISymbolCache
    Namespace: Mapsui.Rendering.Xaml
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public class SymbolCache : Dictionary<int, ImageSource>, ISymbolCache

    Methods

    | Improve this Doc View Source

    GetOrCreate(Int32)

    Declaration
    public ImageSource GetOrCreate(int bitmapId)
    Parameters
    Type Name Description
    System.Int32 bitmapId
    Returns
    Type Description
    ImageSource
    | Improve this Doc View Source

    GetSize(Int32)

    Declaration
    public Size GetSize(int bitmapId)
    Parameters
    Type Name Description
    System.Int32 bitmapId
    Returns
    Type Description
    Size

    Implements

    ISymbolCache
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX