Table of Contents

Class SKImagePyramidDziCollectionSubImage

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Represents a single sub-image within a DZC collection. Maps to Silverlight's MultiScaleSubImage.

public class SKImagePyramidDziCollectionSubImage
Inheritance
SKImagePyramidDziCollectionSubImage
Inherited Members

Constructors

SKImagePyramidDziCollectionSubImage(int, int, int, int, string?)

Represents a single sub-image within a DZC collection. Maps to Silverlight's MultiScaleSubImage.

Properties

AspectRatio

Aspect ratio (width / height).

Height

Full image height in pixels.

Id

Item ID from the DZC.

MortonIndex

Morton (Z-order) index in the mosaic grid.

Source

Optional individual DZI source path.

ViewportWidth

Viewport width in the DZC mosaic coordinate system.

ViewportX

Viewport X origin in the DZC mosaic coordinate system.

ViewportY

Viewport Y origin in the DZC mosaic coordinate system.

Width

Full image width in pixels.