C# Class AnimatGuiCtrls.Controls.KeyFrame

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

Protected Properties

Свойство Type Description
_BarWidth int
_Color System.Drawing.Color
_DrawingBrush System.Drawing.Brush
_DrawingPen System.Drawing.Pen
_EndMillisecond long
_ID String
_NonSelBrush System.Drawing.Brush
_NonSelPen System.Drawing.Pen
_Playing bool
_SelBrush System.Drawing.Brush
_SelPen System.Drawing.Pen
_Selected bool
_SelectedColor System.Drawing.Color
_StartMillisecond long

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CanBeMoved ( TimeRuler ruler ) : bool
DistanceFromHandle ( System e, TimeRuler ruler, long lMillisecond ) : int
Draw ( Graphics g, TimeRuler ruler ) : void
EndMove ( System e, TimeRuler ruler ) : void
IsHandleClick ( System e, TimeRuler ruler ) : bool
IsHandleClick ( System e, TimeRuler ruler, long lMillisecond ) : bool
KeyFrame ( ) : System
KeyFrame ( long lStart ) : System
MoveFrame ( System e, TimeRuler ruler ) : void
MoveFrame ( long lStart, long lEnd, TimeRuler ruler ) : void
Overlaps ( KeyFrame keyTest, enumFrameTimeType &iTimeType ) : bool
Overlaps ( long lStart, long lEnd, enumFrameTimeType &iTimeType ) : bool
SetTimes ( long lStart ) : void
SetTimes ( long lStart, long lEnd ) : void
StartMove ( System e, TimeRuler ruler ) : void

Méthodes protégées

Méthode Description
CreatePens ( ) : void

Method Details

CanBeMoved() public méthode

public CanBeMoved ( TimeRuler ruler ) : bool
ruler TimeRuler
Résultat bool

CreatePens() protected méthode

protected CreatePens ( ) : void
Résultat void

DistanceFromHandle() public méthode

public DistanceFromHandle ( System e, TimeRuler ruler, long lMillisecond ) : int
e System
ruler TimeRuler
lMillisecond long
Résultat int

Draw() public méthode

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

EndMove() public méthode

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

IsHandleClick() public méthode

public IsHandleClick ( System e, TimeRuler ruler ) : bool
e System
ruler TimeRuler
Résultat bool

IsHandleClick() public méthode

public IsHandleClick ( System e, TimeRuler ruler, long lMillisecond ) : bool
e System
ruler TimeRuler
lMillisecond long
Résultat bool

KeyFrame() public méthode

public KeyFrame ( ) : System
Résultat System

KeyFrame() public méthode

public KeyFrame ( long lStart ) : System
lStart 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

Overlaps() public méthode

public Overlaps ( KeyFrame keyTest, enumFrameTimeType &iTimeType ) : bool
keyTest KeyFrame
iTimeType enumFrameTimeType
Résultat bool

Overlaps() public méthode

public Overlaps ( long lStart, long lEnd, enumFrameTimeType &iTimeType ) : bool
lStart long
lEnd long
iTimeType enumFrameTimeType
Résultat bool

SetTimes() public méthode

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

SetTimes() public méthode

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

StartMove() public méthode

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

Property Details

_BarWidth protected_oe property

protected int _BarWidth
Résultat int

_Color protected_oe property

protected Color,System.Drawing _Color
Résultat System.Drawing.Color

_DrawingBrush protected_oe property

protected Brush,System.Drawing _DrawingBrush
Résultat System.Drawing.Brush

_DrawingPen protected_oe property

protected Pen,System.Drawing _DrawingPen
Résultat System.Drawing.Pen

_EndMillisecond protected_oe property

protected long _EndMillisecond
Résultat long

_ID protected_oe property

protected String _ID
Résultat String

_NonSelBrush protected_oe property

protected Brush,System.Drawing _NonSelBrush
Résultat System.Drawing.Brush

_NonSelPen protected_oe property

protected Pen,System.Drawing _NonSelPen
Résultat System.Drawing.Pen

_Playing protected_oe property

protected bool _Playing
Résultat bool

_SelBrush protected_oe property

protected Brush,System.Drawing _SelBrush
Résultat System.Drawing.Brush

_SelPen protected_oe property

protected Pen,System.Drawing _SelPen
Résultat System.Drawing.Pen

_Selected protected_oe property

protected bool _Selected
Résultat bool

_SelectedColor protected_oe property

protected Color,System.Drawing _SelectedColor
Résultat System.Drawing.Color

_StartMillisecond protected_oe property

protected long _StartMillisecond
Résultat long