C# Class PoolVision.Form1

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: starryknight64/Magic-Vision

Public Properties

Property Type Description
SqlConString string
sql MySqlClient

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

public Form1 ( ) : System
return System

Property Details

SqlConString public_oe static_oe property

public static string SqlConString
return string

sql public_oe property

public MySqlClient,PoolVision sql
return MySqlClient