WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.FX.MatrixFX.BitmapShapes.Shape Class Reference
Inheritance diagram for DirectOutput.FX.MatrixFX.BitmapShapes.Shape:
DirectOutput.General.Generic.NamedItemBase DirectOutput.General.Generic.INamedItem DirectOutput.FX.MatrixFX.BitmapShapes.ShapeAnimated

Properties

int BitmapFrameNumber [get, set]
 Gets or sets the number of the frame to be used. This is usefull if you work with animated gifs. More...
 
int BitmapTop [get, set]
 Gets or sets the top of the the part of the bitmap which is to be used. More...
 
int BitmapLeft [get, set]
 Gets or sets the left boundary of the the part of the bitmap which is to be used. More...
 
int BitmapWidth [get, set]
 Gets or sets the width of the the part of the bitmap which is to be used. More...
 
int BitmapHeight [get, set]
 Gets or sets the height of the the part of the bitmap which is to be used. More...
 
FastBitmapDataExtractModeEnum DataExtractMode [get, set]
 Gets or sets the mode how data is extracted from the source bitmap. More...
 
- Properties inherited from DirectOutput.General.Generic.NamedItemBase
string Name [get, set]
 Name of the named item.
Triggers BeforeNameChange before a new Name is set.
Triggers AfterNameChanged after a new name has been set. 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

- Protected Member Functions inherited from DirectOutput.General.Generic.NamedItemBase
virtual void AfterNameChange (string OldName, string NewName)
 
virtual void BeforeNameChange (string OldName, string NewName)
 
virtual void OnPropertyChanged (string propertyName)
 
virtual void OnPropertyChanging (string propertyName)
 
- Events inherited from DirectOutput.General.Generic.NamedItemBase
EventHandler< NameChangeEventArgsAfterNameChanged
 Event is fired after the value of the property Name has changed. More...
 
EventHandler< NameChangeEventArgsBeforeNameChanged
 Event is fired before the value of the property Name is changed. More...
 
PropertyChangedEventHandler PropertyChanged
 
PropertyChangingEventHandler PropertyChanging
 
- 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 10 of file Shape.cs.

Property Documentation

int DirectOutput.FX.MatrixFX.BitmapShapes.Shape.BitmapFrameNumber
getset

Gets or sets the number of the frame to be used. This is usefull if you work with animated gifs.

The number of the frame to be used (for animated gifs).

Definition at line 23 of file Shape.cs.

int DirectOutput.FX.MatrixFX.BitmapShapes.Shape.BitmapHeight
getset

Gets or sets the height of the the part of the bitmap which is to be used.

The height of the the part of the bitmap which is to be used.

Definition at line 79 of file Shape.cs.

int DirectOutput.FX.MatrixFX.BitmapShapes.Shape.BitmapLeft
getset

Gets or sets the left boundary of the the part of the bitmap which is to be used.

The left boundary of the the part of the bitmap which is to be used.

Definition at line 51 of file Shape.cs.

int DirectOutput.FX.MatrixFX.BitmapShapes.Shape.BitmapTop
getset

Gets or sets the top of the the part of the bitmap which is to be used.

The top of the the part of the bitmap which is to be used.

Definition at line 37 of file Shape.cs.

int DirectOutput.FX.MatrixFX.BitmapShapes.Shape.BitmapWidth
getset

Gets or sets the width of the the part of the bitmap which is to be used.

The width of the the part of the bitmap which is to be used.

Definition at line 65 of file Shape.cs.

FastBitmapDataExtractModeEnum DirectOutput.FX.MatrixFX.BitmapShapes.Shape.DataExtractMode
getset

Gets or sets the mode how data is extracted from the source bitmap.

The data extract mode which defines how the data is extracted from the source bitmap.

Definition at line 94 of file Shape.cs.


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