Table of Contents

Class SKImagePyramidTileData

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Encoded tile data that flows through the fetch/cache pipeline. Wraps the raw encoded bytes (JPEG, PNG, etc.) with optional metadata.

public sealed class SKImagePyramidTileData
Inheritance
SKImagePyramidTileData
Inherited Members

Constructors

SKImagePyramidTileData(byte[])

Creates tile data from encoded bytes.

Properties

Data

The raw encoded image bytes (JPEG, PNG, etc.).