http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Draw the text using the specific font on the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public virtual void Draw( string message, ref MCvFont font, Point bottomLeft, TColor color ) |
Visual Basic |
---|
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