Search Results for

    Show / Hide Table of Contents

    Class LabelCache

    Inheritance
    object
    LabelCache
    Implements
    ILabelCache
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Skia.Cache
    Assembly: Mapsui.Rendering.Skia.dll
    Syntax
    public class LabelCache : ILabelCache

    Methods

    | Edit this page View Source

    GetOrCreateLabel<T>(string?, LabelStyle, float, Func<LabelStyle, string?, float, ILabelCache, T>)

    Declaration
    public T GetOrCreateLabel<T>(string? text, LabelStyle style, float layerOpacity, Func<LabelStyle, string?, float, ILabelCache, T> createLabelAsBitmap) where T : IBitmapInfo
    Parameters
    Type Name Description
    string text
    LabelStyle style
    float layerOpacity
    Func<LabelStyle, string, float, ILabelCache, T> createLabelAsBitmap
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    GetOrCreateTypeface<T>(Font, Func<Font, T>)

    Declaration
    public T GetOrCreateTypeface<T>(Font font, Func<Font, T> createTypeFace) where T : class
    Parameters
    Type Name Description
    Font font
    Func<Font, T> createTypeFace
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Implements

    ILabelCache
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX