Table of Contents

Property Velocity

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Velocity

Gets the velocity of the fling.

public SKPoint Velocity { get; }

Property Value

SKPoint

An SKPoint where X and Y are the velocity components in pixels per second. Positive X is rightward; positive Y is downward.