Method Load
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
sourceISKImagePyramidSource
Load(ISKImagePyramidSource, ISKImagePyramidTileProvider)
Convenience: sets the provider and loads a source in one call.
public void Load(ISKImagePyramidSource source, ISKImagePyramidTileProvider provider)
Parameters
sourceISKImagePyramidSourceproviderISKImagePyramidTileProvider
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
dzcTileSourceSKImagePyramidDziCollectionSourceproviderISKImagePyramidTileProvider