C# Class iRacingDirector.Plugin.Tester.RemoteImageViewer

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

Public Methods

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

Private Methods

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

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

RemoteImageViewer() public method

public RemoteImageViewer ( ) : iRacingReplayOverlay
return iRacingReplayOverlay

SetBackgroundImage() public method

public SetBackgroundImage ( string imagePath ) : void
imagePath string
return void

SetOnError() public method

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

Show() public method

public Show ( ) : void
return void