  | ImageViewerControlScrollToRegion Method  | 
Scrolls the ImageViewerControl to a region.
 
Namespace: DevScope.Ocr.UtilsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void ScrollToRegion(
	Rectangle shapeRect,
	bool autoZoom,
	bool normalizeZoom
)
Public Sub ScrollToRegion ( 
	shapeRect As Rectangle,
	autoZoom As Boolean,
	normalizeZoom As Boolean
)
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