C# Класс iRacingDirector.Plugin.Tester.ImageViewer

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImageViewer ( ) : iRacingReplayOverlay
InitPlugin ( string pluginPath ) : void
SetFramesPerSecond ( int framesPerSecond ) : void
SetOnAnimationTick ( double>.Action onAnimationTick ) : void
SetOnError ( string>.Action onError ) : void
SetSessionDataPath ( string replayConfigPath ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ImageViewer() публичный Метод

public ImageViewer ( ) : iRacingReplayOverlay
Результат iRacingReplayOverlay

InitPlugin() публичный Метод

public InitPlugin ( string pluginPath ) : void
pluginPath string
Результат void

OnPaintBackground() защищенный Метод

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

SetFramesPerSecond() публичный Метод

public SetFramesPerSecond ( int framesPerSecond ) : void
framesPerSecond int
Результат void

SetOnAnimationTick() публичный Метод

public SetOnAnimationTick ( double>.Action onAnimationTick ) : void
onAnimationTick double>.Action
Результат void

SetOnError() публичный Метод

public SetOnError ( string>.Action onError ) : void
onError string>.Action
Результат void

SetSessionDataPath() публичный Метод

public SetSessionDataPath ( string replayConfigPath ) : void
replayConfigPath string
Результат void