Table of Contents

Property Speed

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Speed

Gets the current speed (magnitude of the velocity vector).

public float Speed { get; }

Property Value

float

The speed in pixels per second, computed as sqrt(Velocity.X² + Velocity.Y²).