C# Class Vidka.Components.ShitboxAlignVideoAudio

ファイルを表示 Open project: miktemk/VidkaEditor

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnHandleDestroyed ( EventArgs e ) : void

Private Methods

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

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

OnHandleDestroyed() protected method

protected OnHandleDestroyed ( EventArgs e ) : void
e EventArgs
return void

SetParticulars() public method

public SetParticulars ( VidkaClipVideoAbstract vclip, VidkaFileMapping fileMapping ) : void
vclip VidkaClipVideoAbstract
fileMapping VidkaFileMapping
return void

ShitboxAlignVideoAudio() public method

public ShitboxAlignVideoAudio ( ) : System
return System

Update_audionDuration() public method

public Update_audionDuration ( double lengthSec ) : void
lengthSec double
return void