ICImagingControl.OnHScroll Event |
This event is called after the user has scrolled the live video display horizontally.
|
Syntax: |
|
Private Sub OnHScroll(XPos As Long, YPos As Long)
|
|
|
|
XPos |
|
Specifies the new column of the live video display position. It is relative
to the upper left corner of IC Imaging Control's window. Pixels are
used as measurement unit.
|
YPos |
|
Specifies the new row of the live video display position. It is relative
to the upper left corner of IC Imaging Control's window. Pixels are
used as measurement unit.
|
|
Limitations: |
|
Run time only, read only.
|
See also: |
|
ICImagingControl, ICImagingControl.OnVScroll, ICImagingControl.ScrollBarsEnabled |