Table of Contents

Property Delta

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Delta

Gets the scroll delta.

public SKPoint Delta { get; }

Property Value

SKPoint

An SKPoint where X is the horizontal scroll amount and Y is the vertical scroll amount. Positive Y typically indicates scrolling up or zooming in. When IsScrollZoomEnabled is true, Y is multiplied by ScrollZoomFactor to determine the zoom change.