Click or drag to resize
ImageViewerControlHighlightRegionOnPaint Method
Called when the highlight region control is painting.
Called by the ImageViewerControl for painting the annotation control into the canvas.

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 virtual void OnPaint(
	Graphics g
)

Parameters

g
Type: System.DrawingGraphics
The g.The Graphics object to draw to

Implements

ImageViewerControlIAnnotationOnPaint(Graphics)
See Also