 | ImageViewerControlIAnnotationOnPaint Method |
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)
Syntaxvoid OnPaint(
Graphics g
)
Sub OnPaint (
g As Graphics
)
void OnPaint(
Graphics^ g
)
Parameters
- g
- Type: System.DrawingGraphics
The Graphics object to draw to
See Also