Click or drag to resize
ImageViewerControlScrollToRegion Method
Scrolls the ImageViewerControl to a region.

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
public void ScrollToRegion(
	Rectangle shapeRect,
	bool autoZoom,
	bool normalizeZoom
)

Parameters

shapeRect
Type: System.DrawingRectangle
The shape rect.
autoZoom
Type: SystemBoolean
if set to true [auto zoom].
normalizeZoom
Type: SystemBoolean
if set to true [normalize zoom].
See Also