C# Class Stretch, NewTOAPIA

Inheritance: ImageTransition
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
Draw ( NewTOAPIA devent ) : void
OnReset ( ) : void
SourceRectangle ( ) : Rectangle
Stretch ( string name, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
UpdateGeometryState ( double atTime ) : void

Method Details

Draw() public method

public Draw ( NewTOAPIA devent ) : void
devent NewTOAPIA
return void

OnReset() public method

public OnReset ( ) : void
return void

SourceRectangle() public method

public SourceRectangle ( ) : Rectangle
return Rectangle

Stretch() public method

public Stretch ( string name, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
name string
srcPixelBuffer NewTOAPIA.Drawing.GDI.GDIDIBSection
frame Rectangle
duration double
direction int
return System

UpdateGeometryState() public method

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