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
Afficher le fichier Open project: siegleal/iSanta

Méthodes publiques

Méthode Description
MeasureBox ( ) : System

Construct a new MeasureBox

ResetRules ( ) : void

Private Methods

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

Construct a new MeasureBox
public MeasureBox ( ) : System
Résultat System

ResetRules() public méthode

public ResetRules ( ) : void
Résultat void