Draw the text using the specific font on the image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public void Draw( string message, ref MCvFont font, PointF bottomLeft, TColor color ) |
Visual Basic (Declaration) |
---|
Public Sub Draw ( _ message As String, _ ByRef font As MCvFont, _ bottomLeft As PointF, _ color As TColor _ ) |
Visual C++ |
---|
public: void Draw( String^ message, MCvFont% font, PointF bottomLeft, TColor color ) |
Parameters
- message
- Type: System..::.String
The text message to be draw
- font
- Type:
Emgu.CV.Structure..::.MCvFont
%
The font used for drawing
- bottomLeft
- Type: System.Drawing..::.PointF
The location of the bottom left corner of the font
- color
- Type: TColor
The color of the text