ICImagingControl.OnVScroll Event

This event is called after the user scrolled the live video display vertically.
Syntax:
Private Sub OnVScroll(XPos As Long, YPos As Long)
Parameter Description
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.OnHScroll, ICImagingControl.ScrollBarsEnabled

<< ICImagingControl