C# Class iRacingDirector.Plugin.Tester.ImageViewer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Méthodes publiques

Méthode Description
ImageViewer ( ) : iRacingReplayOverlay
InitPlugin ( string pluginPath ) : void
SetFramesPerSecond ( int framesPerSecond ) : void
SetOnAnimationTick ( double>.Action onAnimationTick ) : void
SetOnError ( string>.Action onError ) : void
SetSessionDataPath ( string replayConfigPath ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode Description
DrawActionIntro ( Graphics g ) : void
DrawActionMain ( Graphics g ) : void
DrawActionOutro ( Graphics g ) : void
GetSettingsList ( ) : iRacingReplayOverlay.PluginProxySettings[]
ImageViewer_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnAnimate ( ) : void
SetDrawAction ( DrawAction drawAction ) : void
SetPaused ( bool isPaused ) : void
SetPlaybackSpeed ( int value ) : void
SetPositionPercentage ( float positionPercentage ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ImageViewer() public méthode

public ImageViewer ( ) : iRacingReplayOverlay
Résultat iRacingReplayOverlay

InitPlugin() public méthode

public InitPlugin ( string pluginPath ) : void
pluginPath string
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

SetFramesPerSecond() public méthode

public SetFramesPerSecond ( int framesPerSecond ) : void
framesPerSecond int
Résultat void

SetOnAnimationTick() public méthode

public SetOnAnimationTick ( double>.Action onAnimationTick ) : void
onAnimationTick double>.Action
Résultat void

SetOnError() public méthode

public SetOnError ( string>.Action onError ) : void
onError string>.Action
Résultat void

SetSessionDataPath() public méthode

public SetSessionDataPath ( string replayConfigPath ) : void
replayConfigPath string
Résultat void