C# Class ImageClassifier.frmLabel

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: GemHunt/CoinSorter Class Usage Examples

Méthodes publiques

Méthode Description
RotateImage ( Image image, PointF offset, float angle ) : Bitmap
frmLabel ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CloneImage ( string aImagePath, double angle ) : Bitmap
GetDateFromLabel ( String label ) : int
HandleAll ( bool skipCommand ) : void
HandlePictureBoxLeftClick ( PictureBox pictureBox, bool allShown, bool skipCommand ) : void
HandlePictureBoxRightClick ( PictureBox pictureBox ) : void
ImageRefresh ( bool newimageIDs ) : void
InitializeComponent ( ) : void

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

OnlyGetMore ( ) : void
cmdGetImages_Click ( object sender, EventArgs e ) : void
cmdGetMore_Click ( object sender, EventArgs e ) : void
cmdGetMore_KeyPress ( object sender, KeyPressEventArgs e ) : void
cmdLabelAll_Click ( object sender, EventArgs e ) : void
listBoxWorkingLabel_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureBox_Click ( object sender, EventArgs e ) : void

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

RotateImage() public static méthode

public static RotateImage ( Image image, PointF offset, float angle ) : Bitmap
image Image
offset System.Drawing.PointF
angle float
Résultat System.Drawing.Bitmap

frmLabel() public méthode

public frmLabel ( ) : System
Résultat System