C# Class TestingUtils.BitmapCompareDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: petergolde/PurplePen

Méthodes publiques

Свойство Type Description
BaselineFilename string
MaxPixelDifference int
NewBitmap System.Drawing.Bitmap

Méthodes publiques

Méthode Description
BitmapCompareDialog ( ) : System
ViewFiles ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BitmapCompareDialog_Load ( object sender, EventArgs e ) : void
BitmapCompareDialog_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

acceptBaselineButton_Click ( object sender, EventArgs e ) : void
bitmapViewer_OnViewportChange ( object sender, EventArgs e ) : void
failButton_Click ( object sender, EventArgs e ) : void

Method Details

BitmapCompareDialog() public méthode

public BitmapCompareDialog ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ViewFiles() public static méthode

public static ViewFiles ( ) : void
Résultat void

Property Details

BaselineFilename public_oe property

public string BaselineFilename
Résultat string

MaxPixelDifference public_oe property

public int MaxPixelDifference
Résultat int

NewBitmap public_oe property

public Bitmap,System.Drawing NewBitmap
Résultat System.Drawing.Bitmap