C# Class IBE.OcrCalibratorTab

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
lblWarning System.Windows.Forms.Label

Public Methods

Method Description
Crop ( Bitmap b, Rectangle r ) : Bitmap
OcrCalibratorTab ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawCalibrationPoints ( IEnumerable calibration ) : void

Private Methods

Method Description
AlignCalibrationBoxesWhereRelevant ( List calibrationBoxes ) : void
Btn_calibration_reset_Click ( object sender, EventArgs e ) : void
DoCalibration ( ) : void
FillRawData ( ) : void
InitializeComponent ( ) : void

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

ManualCalibrate ( ) : void
OcrCalibratorTab_Load ( object sender, EventArgs e ) : void
Pb_calibratorBox_MouseDown ( object sender, MouseEventArgs e ) : void
Pb_calibratorBox_MouseMove ( object sender, MouseEventArgs e ) : void
Pb_calibratorBox_MouseUp ( object sender, MouseEventArgs e ) : void
Pb_calibratorBox_Paint ( object sender, PaintEventArgs e ) : void
Pb_calibratorMagnifier_Paint ( object sender, PaintEventArgs e ) : void
SetResolutionValues ( ) : void
Tb_uicolor_TextChanged ( object sender, EventArgs e ) : void
UpdateDescriptions ( CalibrationPoint cb ) : void
btn_calibrate_Click ( object sender, EventArgs e ) : void
getReferenceScreenshot ( ) : Bitmap

Method Details

Crop() public method

public Crop ( Bitmap b, Rectangle r ) : Bitmap
b System.Drawing.Bitmap
r System.Drawing.Rectangle
return System.Drawing.Bitmap

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

DrawCalibrationPoints() protected method

protected DrawCalibrationPoints ( IEnumerable calibration ) : void
calibration IEnumerable
return void

OcrCalibratorTab() public method

public OcrCalibratorTab ( ) : System
return System

Property Details

lblWarning public_oe property

public System.Windows.Forms.Label lblWarning
return System.Windows.Forms.Label