C# Класс IBE.OcrCalibratorTab

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
lblWarning System.Windows.Forms.Label

Открытые методы

Метод Описание
Crop ( Bitmap b, Rectangle r ) : Bitmap
OcrCalibratorTab ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawCalibrationPoints ( IEnumerable calibration ) : void

Приватные методы

Метод Описание
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

Описание методов

Crop() публичный Метод

public Crop ( Bitmap b, Rectangle r ) : Bitmap
b System.Drawing.Bitmap
r System.Drawing.Rectangle
Результат System.Drawing.Bitmap

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DrawCalibrationPoints() защищенный Метод

protected DrawCalibrationPoints ( IEnumerable calibration ) : void
calibration IEnumerable
Результат void

OcrCalibratorTab() публичный Метод

public OcrCalibratorTab ( ) : System
Результат System

Описание свойств

lblWarning публичное свойство

public System.Windows.Forms.Label lblWarning
Результат System.Windows.Forms.Label