|
Scroll
|
|
| ScrollX [in]
|
| The X-coordinate of the pixel pointed by the cursor.
|
| ScrollY [in]
|
| The Y-coordinate of the pixel pointed by the cursor.
|
| S_OK
|
| Success
|
| E_FAIL
|
| Failure.
|
| Private Sub ActiveDcam1_Scroll(ByVal ScrollX As Integer, ByVal ScrollY As Integer)
|
| Label1.Caption = ScrollX
|
| Label2.Caption = ScrollY
|
| End Sub
|
|
|