C# Class AnimatGuiCtrls.Controls.KeyFrameVideoRange

Summary description for KeyFrameVideoRange.
Inheritance: KeyFrame
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Draw ( Graphics g, TimeRuler ruler ) : void
g System.Drawing.Graphics
ruler TimeRuler
Résultat void

KeyFrameVideoRange() public méthode

public KeyFrameVideoRange ( ) : System
Résultat System

KeyFrameVideoRange() public méthode

public KeyFrameVideoRange ( long lStart, long lEnd ) : System
lStart long
lEnd long
Résultat System

MoveFrame() public méthode

public MoveFrame ( System e, TimeRuler ruler ) : void
e System
ruler TimeRuler
Résultat void

MoveFrame() public méthode

public MoveFrame ( long lStart, long lEnd, TimeRuler ruler ) : void
lStart long
lEnd long
ruler TimeRuler
Résultat void

SetTimes() public méthode

public SetTimes ( long lStart, long lEnd ) : void
lStart long
lEnd long
Résultat void