C# Class AnimatGuiCtrls.Controls.KeyFrameVideoRange

Summary description for KeyFrameVideoRange.
Inheritance: KeyFrame
Datei anzeigen Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
Draw ( Graphics g, TimeRuler ruler ) : void
KeyFrameVideoRange ( ) : System
KeyFrameVideoRange ( long lStart, long lEnd ) : System
MoveFrame ( System e, TimeRuler ruler ) : void
MoveFrame ( long lStart, long lEnd, TimeRuler ruler ) : void
SetTimes ( long lStart, long lEnd ) : void

Method Details

Draw() public method

public Draw ( Graphics g, TimeRuler ruler ) : void
g System.Drawing.Graphics
ruler TimeRuler
return void

KeyFrameVideoRange() public method

public KeyFrameVideoRange ( ) : System
return System

KeyFrameVideoRange() public method

public KeyFrameVideoRange ( long lStart, long lEnd ) : System
lStart long
lEnd long
return System

MoveFrame() public method

public MoveFrame ( System e, TimeRuler ruler ) : void
e System
ruler TimeRuler
return void

MoveFrame() public method

public MoveFrame ( long lStart, long lEnd, TimeRuler ruler ) : void
lStart long
lEnd long
ruler TimeRuler
return void

SetTimes() public method

public SetTimes ( long lStart, long lEnd ) : void
lStart long
lEnd long
return void