C# Class Pinta.ImageManipulation.UnitTests.BaseTest

Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation

Méthodes protégées

Méthode Description
Compare ( Bitmap actual, string expected ) : void
GetExpectedImage ( string name ) : Bitmap
GetSourceImage ( string name ) : Bitmap

Method Details

Compare() protected méthode

protected Compare ( Bitmap actual, string expected ) : void
actual System.Drawing.Bitmap
expected string
Résultat void

GetExpectedImage() protected méthode

protected GetExpectedImage ( string name ) : Bitmap
name string
Résultat System.Drawing.Bitmap

GetSourceImage() protected méthode

protected GetSourceImage ( string name ) : Bitmap
name string
Résultat System.Drawing.Bitmap