Click or drag to resize
ImageViewerControlTransformScreenToImage Method (Rectangle)
Backtracks the rectangle to return accurate coordinates related to the image, regardless of zoom or pan effects.

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 Rectangle TransformScreenToImage(
	Rectangle r
)

Parameters

r
Type: System.DrawingRectangle
Rectange to backtrack

Return Value

Type: Rectangle
Backtracked Rectange
See Also