Table of Contents

Property ViewportOriginX

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ViewportOriginX

X position of the sub-image in the mosaic, using the Silverlight inverted coordinate system. A sub-image at mosaic grid position (col, row) has ViewportOriginX = -col * subImageLogicalWidth.

public double ViewportOriginX { get; set; }

Property Value

double