C# Class SANTA.UI.MeasureBox

Image box for measuring the scaling (converting physical lengths into pixels) and determining the region of interest for the image recognition.
Inheritance: ZPImageBox
ファイルを表示 Open project: siegleal/iSanta

Public Methods

Method Description
MeasureBox ( ) : System

Construct a new MeasureBox

ResetRules ( ) : void

Private Methods

Method Description
DrawRule ( object sender, PaintEventArgs e ) : void
MeasureBox_MouseDown ( object sender, MouseEventArgs e ) : void
MeasureBox_MouseMove ( object sender, MouseEventArgs e ) : void
MeasureBox_MouseUp ( object sender, MouseEventArgs e ) : void
SetEventHandlers ( ) : void

Method Details

MeasureBox() public method

Construct a new MeasureBox
public MeasureBox ( ) : System
return System

ResetRules() public method

public ResetRules ( ) : void
return void