C# Class TwoPartTransition, NewTOAPIA

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

Public Methods

Method Description
DestinationOfDstRect ( ) : Point[]
DestinationOfSrcRect ( ) : Point[]
DestinationRectangle ( ) : Rectangle
Draw ( DrawEvent devent ) : void
SourceRectangle ( ) : Rectangle
TwoPartTransition ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
UpdateGeometryState ( double atTime ) : void

Method Details

DestinationOfDstRect() public method

public DestinationOfDstRect ( ) : Point[]
return Point[]

DestinationOfSrcRect() public method

public DestinationOfSrcRect ( ) : Point[]
return Point[]

DestinationRectangle() public method

public DestinationRectangle ( ) : Rectangle
return Rectangle

Draw() public method

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

SourceRectangle() public method

public SourceRectangle ( ) : Rectangle
return Rectangle

TwoPartTransition() public method

public TwoPartTransition ( string name, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, Rectangle frame, double duration, int direction ) : System
name string
dstPixelBuffer GDIDIBSection
srcPixelBuffer GDIDIBSection
frame Rectangle
duration double
direction int
return System

UpdateGeometryState() public method

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