Emgu CV Library Documentation
Draw Method (message, font, bottomLeft, color)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)Draw(String, MCvFont%, Point, TColor)

www.emgu.com/wiki
Draw the text using the specific font on the image
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Draw(
	string message,
	ref MCvFont font,
	Point bottomLeft,
	TColor color
)
Public Overridable Sub Draw ( _
	message As String, _
	ByRef font As MCvFont, _
	bottomLeft As Point, _
	color As TColor _
)
public:
virtual void Draw(
	String^ message, 
	MCvFont% font, 
	Point bottomLeft, 
	TColor color
)
Parameters
message (String)
The text message to be draw
font ( MCvFont %)
The font used for drawing
bottomLeft (Point)
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)