C# Class iRacingDirector.Plugin.Tester.ImageViewer

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method 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 method

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

ImageViewer() public method

public ImageViewer ( ) : iRacingReplayOverlay
return iRacingReplayOverlay

InitPlugin() public method

public InitPlugin ( string pluginPath ) : void
pluginPath string
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

SetFramesPerSecond() public method

public SetFramesPerSecond ( int framesPerSecond ) : void
framesPerSecond int
return void

SetOnAnimationTick() public method

public SetOnAnimationTick ( double>.Action onAnimationTick ) : void
onAnimationTick double>.Action
return void

SetOnError() public method

public SetOnError ( string>.Action onError ) : void
onError string>.Action
return void

SetSessionDataPath() public method

public SetSessionDataPath ( string replayConfigPath ) : void
replayConfigPath string
return void