Table of Contents

Constructor SKImagePyramidSubImage

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

SKImagePyramidSubImage(int, int, double, string?)

Represents a single sub-image within a DZC collection, with its position in the mosaic. Mirrors Silverlight's MultiScaleSubImage with inverted viewport coordinates.

public SKImagePyramidSubImage(int id, int mortonIndex, double aspectRatio, string? source)

Parameters

id int
mortonIndex int
aspectRatio double
source string