C# Class Wipe, NewTOAPIA

Inheritance: ImageTransition
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Draw ( DrawEvent devent ) : void
OnFrameChanged ( ) : void
UpdateGeometryState ( double atTime ) : void
Wipe ( string name, GDIDIBSection dstBitmap, GDIDIBSection srcBitmap, Rectangle frame, double duration, int direction ) : System

Method Details

Draw() public méthode

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

OnFrameChanged() public méthode

public OnFrameChanged ( ) : void
Résultat void

UpdateGeometryState() public méthode

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

Wipe() public méthode

public Wipe ( string name, GDIDIBSection dstBitmap, GDIDIBSection srcBitmap, Rectangle frame, double duration, int direction ) : System
name string
dstBitmap GDIDIBSection
srcBitmap GDIDIBSection
frame Rectangle
duration double
direction int
Résultat System