C# Class Vidka.Components.ShitboxAlignVideoAudio

Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
SetParticulars ( VidkaClipVideoAbstract vclip, VidkaFileMapping fileMapping ) : void
ShitboxAlignVideoAudio ( ) : System
Update_audionDuration ( double lengthSec ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleDestroyed ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

ShitboxAlignVideoAudio_Load ( object sender, EventArgs e ) : void
ShitboxAlignVideoAudio_MouseDown ( object sender, MouseEventArgs e ) : void
ShitboxAlignVideoAudio_MouseMove ( object sender, MouseEventArgs e ) : void
ShitboxAlignVideoAudio_MouseUp ( object sender, MouseEventArgs e ) : void
ShitboxAlignVideoAudio_Paint ( object sender, PaintEventArgs e ) : void
imageMan_ImagesReady ( ) : void

Method Details

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

OnHandleDestroyed() protected méthode

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
Résultat void

SetParticulars() public méthode

public SetParticulars ( VidkaClipVideoAbstract vclip, VidkaFileMapping fileMapping ) : void
vclip VidkaClipVideoAbstract
fileMapping VidkaFileMapping
Résultat void

ShitboxAlignVideoAudio() public méthode

public ShitboxAlignVideoAudio ( ) : System
Résultat System

Update_audionDuration() public méthode

public Update_audionDuration ( double lengthSec ) : void
lengthSec double
Résultat void