Show / Hide Table of Contents

    Class SymbolCache

    Inheritance
    System.Object
    SymbolCache
    Implements
    ISymbolCache
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Rendering.Skia
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class SymbolCache : ISymbolCache

    Methods

    | Improve this Doc View Source

    GetOrCreate(Int32)

    Declaration
    public BitmapInfo GetOrCreate(int bitmapId)
    Parameters
    Type Name Description
    System.Int32 bitmapId
    Returns
    Type Description
    BitmapInfo
    | 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