Search Results for

    Show / Hide Table of Contents

    Class TileCacheEntry

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

    Constructors

    | Edit this page View Source

    TileCacheEntry(SKObject)

    Declaration
    public TileCacheEntry(SKObject skObject)
    Parameters
    Type Name Description
    SKObject skObject

    Properties

    | Edit this page View Source

    Data

    Declaration
    public object Data { get; }
    Property Value
    Type Description
    object
    | Edit this page View Source

    IterationUsed

    Declaration
    public long IterationUsed { get; set; }
    Property Value
    Type Description
    long

    Implements

    ITileCacheEntry

    Extension Methods

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