C# Class Wipe, NewTOAPIA

Inheritance: ImageTransition
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

OnFrameChanged() public method

public OnFrameChanged ( ) : void
return void

UpdateGeometryState() public method

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

Wipe() public method

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
return System