C# Class SplitVerticalOut, NewTOAPIA

Inheritance: ImageTransition
显示文件 Open project: Wiladams/NewTOAPIA

Private Properties

Property Type Description

Public Methods

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

Method Details

Draw() public method

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

OnFrameChanged() public method

public OnFrameChanged ( ) : void
return void

OnReset() public method

public OnReset ( ) : void
return void

SplitVerticalOut() public method

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

UpdateGeometryState() public method

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