C# Class CellNoiseDemo.FillBitmapBackgroundWorker

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

Méthodes publiques

Méthode Description
FillBitmapAsync ( float zoom, Vector4>.Func fillFunction, System.Windows.Media.Imaging.WriteableBitmap writeableBitmap ) : void
FillBitmapBackgroundWorker ( ) : System

Méthodes protégées

Méthode Description
OnDoWork ( DoWorkEventArgs e ) : void
OnRunWorkerCompleted ( RunWorkerCompletedEventArgs e ) : void

Method Details

FillBitmapAsync() public méthode

public FillBitmapAsync ( float zoom, Vector4>.Func fillFunction, System.Windows.Media.Imaging.WriteableBitmap writeableBitmap ) : void
zoom float
fillFunction Vector4>.Func
writeableBitmap System.Windows.Media.Imaging.WriteableBitmap
Résultat void

FillBitmapBackgroundWorker() public méthode

public FillBitmapBackgroundWorker ( ) : System
Résultat System

OnDoWork() protected méthode

protected OnDoWork ( DoWorkEventArgs e ) : void
e System.ComponentModel.DoWorkEventArgs
Résultat void

OnRunWorkerCompleted() protected méthode

protected OnRunWorkerCompleted ( RunWorkerCompletedEventArgs e ) : void
e System.ComponentModel.RunWorkerCompletedEventArgs
Résultat void