www.emgu.com/wiki
Draw the text using the specific font on the image

Declaration Syntax
Public Sub Draw ( _
message As String, _
ByRef font As MCvFont, _
bottomLeft As PointF, _
color As TColor _
)

Parameters
- message (String)
- The text message to be draw
- font (
MCvFont
%)
- The font used for drawing
- bottomLeft (PointF)
- The location of the bottom left corner of the font
- color (TColor)
- The color of the text
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)