|
MouseDbClick
|
|
| X [in]
|
| The X-coordinate of the pixel pointed by the cursor.
|
| Y [in]
|
| The Y-coordinate of the pixel pointed by the cursor.
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| Private Sub ActiveGige1_MouseDblClick(ByVal X As Integer, ByVal Y As Integer)
|
| End Sub
|
|
|