Search Results for

    Show / Hide Table of Contents

    Class DrawableImageCache

    Inheritance
    object
    DrawableImageCache
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Rendering.Caching
    Assembly: Mapsui.dll
    Syntax
    public sealed class DrawableImageCache : IDisposable

    Methods

    | Edit this page View Source

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()
    | Edit this page View Source

    GetOrCreate(string, Func<IDrawableImage?>)

    Declaration
    public IDrawableImage? GetOrCreate(string key, Func<IDrawableImage?> tryCreateDrawableImage)
    Parameters
    Type Name Description
    string key
    Func<IDrawableImage> tryCreateDrawableImage
    Returns
    Type Description
    IDrawableImage

    Implements

    IDisposable

    Extension Methods

    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX