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

Properties

DirectOutput.General.FilePattern BitmapFilePattern [get, set]
 
int BitmapFrameNumber [get, set]
 
int BitmapHeight [get, set]
 
int BitmapLeft [get, set]
 
int BitmapTop [get, set]
 
int BitmapWidth [get, set]
 
DirectOutput.General.BitmapHandling.FastBitmapDataExtractModeEnum DataExtractMode [get, set]
 
- Properties inherited from DirectOutput.FX.MatrixFX.IMatrixEffect
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 IMatrixBitmapEffect.cs.

Property Documentation

DirectOutput.General.FilePattern DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapFilePattern
getset

Definition at line 6 of file IMatrixBitmapEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapFrameNumber
getset

Definition at line 7 of file IMatrixBitmapEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapHeight
getset

Definition at line 8 of file IMatrixBitmapEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapLeft
getset

Definition at line 9 of file IMatrixBitmapEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapTop
getset

Definition at line 10 of file IMatrixBitmapEffect.cs.

int DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.BitmapWidth
getset

Definition at line 11 of file IMatrixBitmapEffect.cs.

DirectOutput.General.BitmapHandling.FastBitmapDataExtractModeEnum DirectOutput.FX.MatrixFX.IMatrixBitmapEffect.DataExtractMode
getset

Definition at line 12 of file IMatrixBitmapEffect.cs.


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