Skip to main content

Interface IFrameTickSource

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

Represents a driver that can emit frame ticks aligned to a rendering loop.

public interface IFrameTickSource : IDisposable

Implements

IDisposable

Methods

RequestTick()

Requests that the next frame tick be emitted.

void RequestTick()

Tick

Raised when a frame tick is ready to be processed.

event Action Tick

Event Type

Action