WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.FX.MatrixFX.IMatrixEffect Interface Reference
Inheritance diagram for DirectOutput.FX.MatrixFX.IMatrixEffect:
DirectOutput.FX.IEffect DirectOutput.General.Generic.INamedItem DirectOutput.FX.MatrixFX.IMatrixBitmapEffect DirectOutput.FX.MatrixFX.MatrixEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixBitmapAnimationEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixBitmapEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixBitmapAnimationEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixBitmapEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixFlickerEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixPlasmaEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixShiftEffectBase< MatrixElementType > DirectOutput.FX.MatrixFX.MatrixValueEffectBase< MatrixElementType >

Properties

DirectOutput.FX.FadeModeEnum FadeMode [get, set]
 
float Height [get, set]
 
int LayerNr [get, set]
 
float Left [get, set]
 
float Top [get, set]
 
string ToyName [get, set]
 
float Width [get, set]
 
- Properties inherited from DirectOutput.FX.IEffect
new string Name [get, set]
 Name of the effect.
More...
 
- Properties inherited from DirectOutput.General.Generic.INamedItem
string Name [get, set]
 Gets or sets the name of the item.
Must fire the BeforeNameChange and AfterNameChange events when the value of the property is changed. More...
 

Additional Inherited Members

- Public Member Functions inherited from DirectOutput.FX.IEffect
void Trigger (TableElementData TableElementData)
 Execute triggers the effect for the given TableElement. More...
 
void Init (Table.Table Table)
 Init must do all necessary initialization work after the IEffect object has been instanciated. More...
 
void Finish ()
 Finish must do all necessary cleanupwork before a IEffect object is discarded. More...
 
- Events inherited from DirectOutput.FX.IEffect
new EventHandler< NameChangeEventArgsAfterNameChanged
 This event must be fired after the Name property of a IEffect object has changed. More...
 
new EventHandler< NameChangeEventArgsBeforeNameChanged
 This event must be fired before the Name property of a IEffect object is changed. More...
 
- Events inherited from DirectOutput.General.Generic.INamedItem
EventHandler< NameChangeEventArgsBeforeNameChanged
 Occurs before the name of the item changes. More...
 
EventHandler< NameChangeEventArgsAfterNameChanged
 Occurs when after the name of the item has changed. More...
 

Detailed Description

Definition at line 4 of file IMatrixEffect.cs.

Property Documentation

DirectOutput.FX.FadeModeEnum DirectOutput.FX.MatrixFX.IMatrixEffect.FadeMode
getset

Definition at line 6 of file IMatrixEffect.cs.

float DirectOutput.FX.MatrixFX.IMatrixEffect.Height
getset

Definition at line 7 of file IMatrixEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixEffect.LayerNr
getset

Definition at line 8 of file IMatrixEffect.cs.

float DirectOutput.FX.MatrixFX.IMatrixEffect.Left
getset

Definition at line 9 of file IMatrixEffect.cs.

float DirectOutput.FX.MatrixFX.IMatrixEffect.Top
getset

Definition at line 10 of file IMatrixEffect.cs.

string DirectOutput.FX.MatrixFX.IMatrixEffect.ToyName
getset

Definition at line 11 of file IMatrixEffect.cs.

float DirectOutput.FX.MatrixFX.IMatrixEffect.Width
getset

Definition at line 12 of file IMatrixEffect.cs.


The documentation for this interface was generated from the following file: