Method | Description | |
---|---|---|
Draw ( |
||
ImageTransition ( ) : System | ||
ImageTransition ( string name, Rectangle frame, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, double duration ) : System | ||
ImageTransition ( string name, Rectangle frame, float duration ) : System | ||
ImageTransition ( string name, float duration ) : System | ||
OnFrameChanged ( ) : void | ||
OnReset ( ) : void | ||
OnSetDestinationPixelBuffer ( ) : void | ||
Reset ( ) : void | ||
Run ( IGraphPort grfx ) : void | ||
UpdateGeometryState ( double atTime ) : void |
Method | Description | |
---|---|---|
OnFinalCell ( ) : void | ||
OnFirstCell ( ) : void | ||
OnSourcePixelBufferSet ( ) : void |
public Draw ( |
||
devent | ||
return | void |
public ImageTransition ( string name, Rectangle frame, GDIDIBSection dstPixelBuffer, GDIDIBSection srcPixelBuffer, double duration ) : System | ||
name | string | |
frame | Rectangle | |
dstPixelBuffer | GDIDIBSection | |
srcPixelBuffer | GDIDIBSection | |
duration | double | |
return | System |
public ImageTransition ( string name, Rectangle frame, float duration ) : System | ||
name | string | |
frame | Rectangle | |
duration | float | |
return | System |
public ImageTransition ( string name, float duration ) : System | ||
name | string | |
duration | float | |
return | System |
public OnSetDestinationPixelBuffer ( ) : void | ||
return | void |
public UpdateGeometryState ( double atTime ) : void | ||
atTime | double | |
return | void |