C# Class ExpandVerticalOut, NewTOAPIA

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

Public Methods

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

Method Details

Draw() public method

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
return void

ExpandVerticalOut() public method

public ExpandVerticalOut ( GDIDIBSection srcPixelBuffer, Rectangle frame, double duration ) : System
srcPixelBuffer GDIDIBSection
frame Rectangle
duration double
return System

OnReset() public method

public OnReset ( ) : void
return void

UpdateGeometryState() public method

public UpdateGeometryState ( double atTime ) : void
atTime double
return void