C# Class CellNoiseDemo.CellNoiseDemoDataObject

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: freethenation/CellNoiseDemo

Méthodes publiques

Méthode Description
CellNoiseDemoDataObject ( ) : System
FillBitmap ( System.Windows.Media.Imaging.WriteableBitmap &bitmap, bool doAsync ) : void

Private Methods

Méthode Description
CellNoiseDemoDataObject_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
_worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
bitmapFillFunc ( System.Vector3 pos ) : System.Vector4

Method Details

CellNoiseDemoDataObject() public méthode

public CellNoiseDemoDataObject ( ) : System
Résultat System

FillBitmap() public méthode

public FillBitmap ( System.Windows.Media.Imaging.WriteableBitmap &bitmap, bool doAsync ) : void
bitmap System.Windows.Media.Imaging.WriteableBitmap
doAsync bool
Résultat void