 | ImageViewerControlHighlightRegionBounds Property |
Gets or sets the size and location of the region to highlight, in pixels, relative to the image size
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 Rectangle Bounds { get; set; }
Public Property Bounds As Rectangle
Get
Set
public:
property Rectangle Bounds {
Rectangle get ();
void set (Rectangle value);
}
Property Value
Type:
Rectangle
See Also