Search Results for

    Show / Hide Table of Contents

    Interface ILabelCache

    Namespace: Mapsui.Rendering
    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
    Type Name Description
    string text
    LabelStyle style
    float opacity
    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
    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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX