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

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

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

Метод Описание
InitPlugin ( string pluginPath ) : void
RemoteImageViewer ( ) : iRacingReplayOverlay
SetBackgroundImage ( string imagePath ) : void
SetOnError ( string>.Action onError ) : void
Show ( ) : void

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

Метод Описание
Activate ( ) : void
GetSettingsList ( ) : iRacingReplayOverlay.PluginProxySettings[]
Hide ( ) : void
Refresh ( ) : void
SetDrawAction ( DrawAction drawAction ) : void
SetFramesPerSecond ( int framesPerSecond ) : void
SetOnAnimationTick ( double>.Action p ) : void
SetPaused ( bool isPaused ) : void
SetPlaybackSpeed ( int value ) : void
SetPosition ( int left, int top ) : void
SetPositionPercentage ( float positionPercentage ) : void
SetSessionDataPath ( string sessionDataPath ) : void

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

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

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

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

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

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

public SetBackgroundImage ( string imagePath ) : void
imagePath string
Результат void

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

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

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

public Show ( ) : void
Результат void