Table of Contents

Method Load

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Load(ISKImagePyramidSource)

Loads a tile source. Resets the viewport to show the full image. Provider must be set first via SetProvider(ISKImagePyramidTileProvider).

public void Load(ISKImagePyramidSource source)

Parameters

source ISKImagePyramidSource

Load(ISKImagePyramidSource, ISKImagePyramidTileProvider)

Convenience: sets the provider and loads a source in one call.

public void Load(ISKImagePyramidSource source, ISKImagePyramidTileProvider provider)

Parameters

source ISKImagePyramidSource
provider ISKImagePyramidTileProvider

Load(SKImagePyramidDziCollectionSource, ISKImagePyramidTileProvider)

Loads a DZC collection source. Populates SubImages with the items in the collection. Does NOT set a renderable tile source — listen for CollectionOpenSucceeded and then call Load(ISKImagePyramidSource) with a specific sub-image source to render.

public void Load(SKImagePyramidDziCollectionSource dzcTileSource, ISKImagePyramidTileProvider provider)

Parameters

dzcTileSource SKImagePyramidDziCollectionSource
provider ISKImagePyramidTileProvider