C# Class CellNoiseDemo.CellNoiseDemoDataObject

Inheritance: INotifyPropertyChanged
Show file Open project: freethenation/CellNoiseDemo

Public Methods

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

Private Methods

Method 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 method

public CellNoiseDemoDataObject ( ) : System
return System

FillBitmap() public method

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