Draws text string
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- text
- Type: SystemString
 String to print.
- org
- Type: OpenCvSharpCvPoint
 Coordinates of the bottom-left corner of the first letter.
- font
- Type: OpenCvSharpCvFont
 Pointer to the font structure.
- color
- Type: OpenCvSharpCvScalar
 Text color.
See Also