Table of Contents

Class SeekEventArgs

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Provides data for the Seek event.

public class SeekEventArgs : EventArgs
Inheritance
SeekEventArgs
Inherited Members

Constructors

SeekEventArgs(int)

Initializes a new instance of the SeekEventArgs class using the specified frame number.

public SeekEventArgs(int frameNumber)

Parameters

frameNumber int

The zero-based index of the frame the player should move to.

Properties

FrameNumber

Gets the zero-based index of the frame the player should move to.

public int FrameNumber { get; }

Property Value

int