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 virtual void Draw( string message, ref MCvFont font, Point bottomLeft, TColor color ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Draw ( _ message As String, _ ByRef font As MCvFont, _ bottomLeft As Point, _ color As TColor _ ) |
| Visual C++ |
|---|
public: virtual void Draw( String^ message, MCvFont% font, Point 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..::.Point
The location of the bottom left corner of the font
- color
- Type: TColor
The color of the text