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

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

공개 메소드들

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