C# Class IBE.EBPixeltest

Inheritance: IBE.Enums_and_Utility_Classes.RNBaseForm
Exibir arquivo Open project: Duke-Jones/ED-IBE

Public Methods

Method Description
EBPixeltest ( ) : System
StartModal ( IBE parent ) : void

starts the form modal with it's parent

addPicture ( Bitmap newPicture, int Pixelcount ) : void

adds a new test picture

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EBPixeltest_Shown ( object sender, EventArgs e ) : void

Shown-event: window will be centered over it's parent

InitializeComponent ( ) : void

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

btnOK_Click ( object sender, EventArgs e ) : void

OK_clicked event

Method Details

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

EBPixeltest() public method

public EBPixeltest ( ) : System
return System

StartModal() public method

starts the form modal with it's parent
public StartModal ( IBE parent ) : void
parent IBE
return void

addPicture() public method

adds a new test picture
public addPicture ( Bitmap newPicture, int Pixelcount ) : void
newPicture System.Drawing.Bitmap
Pixelcount int
return void