C# Class PoolVision.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: starryknight64/Magic-Vision

Méthodes publiques

Свойство Type Description
SqlConString string
sql MySqlClient

Méthodes publiques

Méthode Description
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CaptureDone ( System e ) : void
Form1_Load ( object sender, EventArgs e ) : void
GetArea ( IList vertices ) : double
GetDeterminant ( double x1, double y1, double x2, double y2 ) : double
InitializeComponent ( ) : void

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

ToPointsArray ( List points ) : System.Drawing.Point[]
button1_Click ( object sender, EventArgs e ) : void
camWindow_MouseClick ( object sender, MouseEventArgs e ) : void
detectQuads ( Bitmap bitmap ) : void
loadSourceCards ( ) : void
matchCard ( ) : void
rearrangeCorners ( List corners ) : void
shiftCorners ( List corners, IntPoint point ) : 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

Form1() public méthode

public Form1 ( ) : System
Résultat System

Property Details

SqlConString public_oe static_oe property

public static string SqlConString
Résultat string

sql public_oe property

public MySqlClient,PoolVision sql
Résultat MySqlClient