Table of Contents

Property Delta

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Delta

Gets the displacement from PreviousLocation to Location.

public SKPoint Delta { get; }

Property Value

SKPoint

An SKPoint where X and Y represent the incremental change in pixels.

Remarks

Calculated as Location - PreviousLocation.