C# Class TwoPartTransition, NewTOAPIA

Inheritance: ImageTransition
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

public DestinationOfDstRect ( ) : Point[]
Résultat Point[]

DestinationOfSrcRect() public méthode

public DestinationOfSrcRect ( ) : Point[]
Résultat Point[]

DestinationRectangle() public méthode

public DestinationRectangle ( ) : Rectangle
Résultat Rectangle

Draw() public méthode

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

SourceRectangle() public méthode

public SourceRectangle ( ) : Rectangle
Résultat Rectangle

TwoPartTransition() public méthode

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
Résultat System

UpdateGeometryState() public méthode

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