Свойство | Type | Description | |
---|---|---|---|
images | List |
Méthode | Description | |
---|---|---|
Clear ( ) : void |
Clears the internal list of images.
|
|
LoadFrames ( List |
||
SnapShots ( ) : System |
Default constructor.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
GetSquareID ( Point location ) : int | ||
GetVirtualMouseLocation ( MouseEventArgs e ) : Point | ||
OnMouseClick ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected GetSquareID ( Point location ) : int | ||
location | Point | |
Résultat | int |
protected GetVirtualMouseLocation ( MouseEventArgs e ) : Point | ||
e | MouseEventArgs | |
Résultat | Point |
protected OnMouseClick ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Résultat | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
Résultat | void |