C# Class iRacingDirector.Plugin.Tester.RemoteImageViewer

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

Méthodes publiques

Méthode Description
InitPlugin ( string pluginPath ) : void
RemoteImageViewer ( ) : iRacingReplayOverlay
SetBackgroundImage ( string imagePath ) : void
SetOnError ( string>.Action onError ) : void
Show ( ) : void

Private Methods

Méthode Description
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

Method Details

InitPlugin() public méthode

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

RemoteImageViewer() public méthode

public RemoteImageViewer ( ) : iRacingReplayOverlay
Résultat iRacingReplayOverlay

SetBackgroundImage() public méthode

public SetBackgroundImage ( string imagePath ) : void
imagePath string
Résultat void

SetOnError() public méthode

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

Show() public méthode

public Show ( ) : void
Résultat void