C# Class ZForge.Motion.Controls.AVIView

Inheritance: System.Windows.Forms.UserControl, IVideoView, IFileView, IGlobalization
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
AVIView ( ) : System
IsRunning ( ) : bool
Pause ( bool on ) : void
Remove ( ) : bool
SetDimension ( float ratio ) : void
Start ( ) : void
Stop ( ) : void
UpdateCulture ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CloseVideoSource ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OpenVideoSource ( IVideoSource source ) : void
timer_Elapsed ( object sender, System e ) : void
toolStripButtonClose_Click ( object sender, EventArgs e ) : void
toolStripButtonDelete_Click ( object sender, EventArgs e ) : void
toolStripButtonPause_Click ( object sender, EventArgs e ) : void
toolStripButtonSaveAs_Click ( object sender, EventArgs e ) : void
toolStripButtonSnag_Click ( object sender, EventArgs e ) : void
toolStripButtonSpeedDec_Click ( object sender, EventArgs e ) : void
toolStripButtonSpeedInc_Click ( object sender, EventArgs e ) : void
toolStripButtonStart_Click ( object sender, EventArgs e ) : void
toolStripButtonStop_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomIn_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomOut_Click ( object sender, EventArgs e ) : void
trackBarTime_ValueChanged ( object sender, EventArgs e ) : void

Method Details

AVIView() public méthode

public AVIView ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

IsRunning() public méthode

public IsRunning ( ) : bool
Résultat bool

Pause() public méthode

public Pause ( bool on ) : void
on bool
Résultat void

Remove() public méthode

public Remove ( ) : bool
Résultat bool

SetDimension() public méthode

public SetDimension ( float ratio ) : void
ratio float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

UpdateCulture() public méthode

public UpdateCulture ( ) : void
Résultat void