C# Class IBE.EBPixeltest

Inheritance: IBE.Enums_and_Utility_Classes.RNBaseForm
Afficher le fichier Open project: Duke-Jones/ED-IBE

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 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

EBPixeltest() public méthode

public EBPixeltest ( ) : System
Résultat System

StartModal() public méthode

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

addPicture() public méthode

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