Table of Contents

Class SKFileTileFetcher

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Reads tiles from the local filesystem. No caching — the file IS the source.

public sealed class SKFileTileFetcher : ISKTileFetcher, IDisposable
Inheritance
SKFileTileFetcher
Implements
Inherited Members

Remarks

Accepts plain file paths or file:// URIs. Use when tiles are stored locally (e.g. DZI files packaged with the app or extracted to a temp directory).

Constructors

SKFileTileFetcher()

Methods

Dispose()
FetchAsync(string, CancellationToken)

Fetches tile data for the given URL. Returns null if unavailable.