C# Class TestingUtils.BitmapCompareDialog

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: petergolde/PurplePen

Public Properties

Property Type Description
BaselineFilename string
MaxPixelDifference int
NewBitmap System.Drawing.Bitmap

Public Methods

Method Description
BitmapCompareDialog ( ) : System
ViewFiles ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public BitmapCompareDialog ( ) : System
return System

Dispose() protected method

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

ViewFiles() public static method

public static ViewFiles ( ) : void
return void

Property Details

BaselineFilename public_oe property

public string BaselineFilename
return string

MaxPixelDifference public_oe property

public int MaxPixelDifference
return int

NewBitmap public_oe property

public Bitmap,System.Drawing NewBitmap
return System.Drawing.Bitmap