Skip to main content

Struct FrameTick

Namespace: VelloSharp.ChartRuntime
Assembly: VelloSharp.ChartRuntime.dll

public readonly record struct FrameTick : IEquatable<FrameTick>

Implements

IEquatable<FrameTick>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

FrameTick(TimeSpan, TimeSpan)

public FrameTick(TimeSpan Elapsed, TimeSpan Budget)

Parameters

Elapsed TimeSpan

Budget TimeSpan

Properties

Budget

public TimeSpan Budget { get; init; }

Property Value

TimeSpan

Elapsed

public TimeSpan Elapsed { get; init; }

Property Value

TimeSpan