C# 클래스 iRacingDirector.Plugin.Tester.RemoteImageViewer

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: vipoo/iRacingReplayOverlay.net 1 사용 예제들

공개 메소드들

메소드 설명
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