WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.BitmapHandling.FastImage Class Reference
Inheritance diagram for DirectOutput.General.BitmapHandling.FastImage:
DirectOutput.General.Generic.NamedItemBase DirectOutput.General.Generic.INamedItem

Public Member Functions

void LoadImageFile (string ImageFilePath)
 
 FastImage (string Name)
 
 FastImage ()
 

Properties

Dictionary< int, FastBitmapFrames [get]
 
- 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 11 of file FastImage.cs.

Constructor & Destructor Documentation

DirectOutput.General.BitmapHandling.FastImage.FastImage ( string  Name)

Definition at line 55 of file FastImage.cs.

DirectOutput.General.BitmapHandling.FastImage.FastImage ( )

Definition at line 60 of file FastImage.cs.

Member Function Documentation

void DirectOutput.General.BitmapHandling.FastImage.LoadImageFile ( string  ImageFilePath)

Definition at line 26 of file FastImage.cs.

Property Documentation

Dictionary<int,FastBitmap> DirectOutput.General.BitmapHandling.FastImage.Frames
get

Definition at line 21 of file FastImage.cs.


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