Table of Contents

Property Offset

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Offset

Gets the current pan offset in content coordinates.

public SKPoint Offset { get; }

Property Value

SKPoint

An SKPoint representing the translation offset applied after scale and rotation.

Remarks

The offset is in content (post-scale, post-rotation) coordinate space, not screen space. Screen-space deltas are converted to content-space internally by accounting for the current Scale and Rotation.