Click or drag to resize
ImageViewerControlOnScroll Method
Raises the OnScroll event.

Namespace: DevScope.Ocr.Utils
Assembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
protected override void OnScroll(
	ScrollEventArgs se
)

Parameters

se
Type: System.Windows.FormsScrollEventArgs
An ScrollEventArgs that contains the event data.
See Also