C# Class ExpandVerticalOut, NewTOAPIA

The HorizontalCenterExpand expands out from the center along a vertical line.
Inheritance: ImageTransition
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( DrawEvent devent ) : void
ExpandVerticalOut ( GDIDIBSection srcPixelBuffer, Rectangle frame, double duration ) : System
OnReset ( ) : void
UpdateGeometryState ( double atTime ) : void

Method Details

Draw() public méthode

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

ExpandVerticalOut() public méthode

public ExpandVerticalOut ( GDIDIBSection srcPixelBuffer, Rectangle frame, double duration ) : System
srcPixelBuffer GDIDIBSection
frame Rectangle
duration double
Résultat System

OnReset() public méthode

public OnReset ( ) : void
Résultat void

UpdateGeometryState() public méthode

public UpdateGeometryState ( double atTime ) : void
atTime double
Résultat void