|
MouseDown
|
|
| 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 ActiveDcam1_MouseDown(ByVal X As Integer, ByVal Y As Integer)
|
| MsgBox Value
|
| End Sub
|
|
|