Class TileCacheEntry
Inheritance
TileCacheEntry
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
Properties
|
Edit this page
View Source
Data
Declaration
public object Data { get; }
Property Value
|
Edit this page
View Source
IterationUsed
Declaration
public long IterationUsed { get; set; }
Property Value
Implements
Extension Methods